Html Css Color HEX #8704FF Electric Indigo

📋 copy color: '#8704FF'

red 135 ◦ green 4 ◦ blue 255

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

Shades of Electric Indigo #8704FF

Tints of Electric Indigo #8704FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

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

R = 34.26%
G = 1.02%
B = 64.72%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8704FF (or 0x8704FF) is known color: Electric Indigo. HEX triplet: 87, 04 and FF. RGB value is (135,4,255). Sum of RGB (Red+Green+Blue) = 135+4+255=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #8704FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8704FF is #78FB00. Grayscale: #464646. Windows color (decimal): -7928577 or 16712839. OLE color: 16712839.

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

Color convert

RGB 135 4 255 -
CMYK 0.47 0.98 0 0
HSL 271.31º 1% 0.51% -
HSV(B) 271.31º 0.98% 1% -
XYZ 28.09 12.46 95.53 -
YUV 71.78 231.4 173.09 -
System Red Green Blue C M Y K H S L
Decimal 135 4 255 0.47 0.98 0 0 271.31 1 0.51
Hex 87 4 FF 2F 62 0 0 10F 64 33
Octal 207 4 377 57 142 0 0 417 144 63
Binary 10000111 100 11111111 101111 1100010 0 0 100001111 1100100 110011

Color Harmonies of #8704FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8704FF

Black with #8704FF

Text Example


Text Example

White with #8704FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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