Html Css Color HEX #8712FF Electric Indigo

📋 copy color: '#8712FF'

red 135 ◦ green 18 ◦ blue 255

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

Shades of Electric Indigo #8712FF

Tints of Electric Indigo #8712FF

RGB

 RED value IS 135 (53.13% from 255) = 33.09%

 GREEN value IS 18 (7.42% from 255) = 4.41%

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

R = 33.09%
G = 4.41%
B = 62.5%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8712FF (or 0x8712FF) is known color: Electric Indigo. HEX triplet: 87, 12 and FF. RGB value is (135,18,255). Sum of RGB (Red+Green+Blue) = 135+18+255=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #8712FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8712FF is #78ED00. Grayscale: #4F4F4F. Windows color (decimal): -7924993 or 16716423. OLE color: 16716423.

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

Color convert

RGB 135 18 255 -
CMYK 0.47 0.93 0 0
HSL 269.62º 1% 0.54% -
HSV(B) 269.62º 0.93% 1% -
XYZ 28.26 12.8 95.59 -
YUV 80 226.76 167.23 -
System Red Green Blue C M Y K H S L
Decimal 135 18 255 0.47 0.93 0 0 269.62 1 0.54
Hex 87 12 FF 2F 5D 0 0 10E 64 36
Octal 207 22 377 57 135 0 0 416 144 66
Binary 10000111 10010 11111111 101111 1011101 0 0 100001110 1100100 110110

Color Harmonies of #8712FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8712FF

Black with #8712FF

Text Example


Text Example

White with #8712FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,18,255); }

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

background-color css

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

 a { background-color: rgb(135,18,255); }

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

border-color css

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

 span { border-color: rgb(135,18,255); }

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