Html Css Color HEX #9000FF Electric Indigo

📋 copy color: '#9000FF'

red 144 ◦ green 0 ◦ blue 255

#9000FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #9000FF

Tints of Electric Indigo #9000FF

RGB

 RED value IS 144 (56.64% from 255) = 36.09%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 255 (100% from 255) = 63.91%

R = 36.09%
G = 0%
B = 63.91%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9000FF (or 0x9000FF) is known color: Electric Indigo. HEX triplet: 90, 00 and FF. RGB value is (144,0,255). Sum of RGB (Red+Green+Blue) = 144+0+255=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #9000FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9000FF is #6FFF00. Grayscale: #474747. Windows color (decimal): -7339777 or 16711824. OLE color: 16711824.

HSL color Cylindrical-coordinate representation of color #9000FF: hue angle of 273.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000FF is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 144 0 255 -
CMYK 0.44 1 0 0
HSL 273.88º 1% 0.5% -
HSV(B) 273.88º 1% 1% -
XYZ 29.55 13.15 95.59 -
YUV 72.13 231.21 179.27 -
System Red Green Blue C M Y K H S L
Decimal 144 0 255 0.44 1 0 0 273.88 1 0.5
Hex 90 0 FF 2C 64 0 0 112 64 32
Octal 220 0 377 54 144 0 0 422 144 62
Binary 10010000 0 11111111 101100 1100100 0 0 100010010 1100100 110010

Color Harmonies of #9000FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9000FF

Black with #9000FF

Text Example


Text Example

White with #9000FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9000FF; }

 p { color: rgb(144,0,255); }

 H1.HeaderClassName
 {
   color: #9000FF;
 }
 .AnyTagClassName
 {
   color: #9000FF;
 }
</style>

background-color css

<style>
 a { background-color: #9000FF; }

 a { background-color: rgb(144,0,255); }

 div.DivClassName
 {
   background-color: #9000FF;
 }
 .BgClassName
 {
   background-color: #9000FF;
 }
</style>

border-color css

<style>
 span { border-color: #9000FF; }

 span { border-color: rgb(144,0,255); }

 td.TdClassName
 {
   border-color: #9000FF;
 }
 .TagClassName
 {
   border-color: #9000FF;
 }
</style>