Html Css Color HEX #8805FD Electric Indigo

📋 copy color: '#8805FD'

red 136 ◦ green 5 ◦ blue 253

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

Shades of Electric Indigo #8805FD

Tints of Electric Indigo #8805FD

RGB

 RED value IS 136 (53.52% from 255) = 34.52%

 GREEN value IS 5 (2.34% from 255) = 1.27%

 BLUE value IS 253 (99.22% from 255) = 64.21%

R = 34.52%
G = 1.27%
B = 64.21%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8805FD (or 0x8805FD) is known color: Electric Indigo. HEX triplet: 88, 05 and FD. RGB value is (136,5,253). Sum of RGB (Red+Green+Blue) = 136+5+253=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #8805FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8805FD is #77FA02. Grayscale: #474747. Windows color (decimal): -7862787 or 16582024. OLE color: 16582024.

HSL color Cylindrical-coordinate representation of color #8805FD: hue angle of 271.69º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8805FD is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 136 5 253 -
CMYK 0.46 0.98 0 0.01
HSL 271.69º 0.98% 0.51% -
HSV(B) 271.69º 0.98% 0.99% -
XYZ 27.94 12.43 93.86 -
YUV 72.44 229.9 173.33 -
System Red Green Blue C M Y K H S L
Decimal 136 5 253 0.46 0.98 0 0.01 271.69 0.98 0.51
Hex 88 5 FD 2E 62 0 1 110 62 33
Octal 210 5 375 56 142 0 1 420 142 63
Binary 10001000 101 11111101 101110 1100010 0 1 100010000 1100010 110011

Color Harmonies of #8805FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8805FD

Black with #8805FD

Text Example


Text Example

White with #8805FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8805FD; }

 p { color: rgb(136,5,253); }

 H1.HeaderClassName
 {
   color: #8805FD;
 }
 .AnyTagClassName
 {
   color: #8805FD;
 }
</style>

background-color css

<style>
 a { background-color: #8805FD; }

 a { background-color: rgb(136,5,253); }

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

border-color css

<style>
 span { border-color: #8805FD; }

 span { border-color: rgb(136,5,253); }

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