Html Css Color HEX #8C09FF Electric Indigo

📋 copy color: '#8C09FF'

red 140 ◦ green 9 ◦ blue 255

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

Shades of Electric Indigo #8C09FF

Tints of Electric Indigo #8C09FF

RGB

 RED value IS 140 (55.08% from 255) = 34.65%

 GREEN value IS 9 (3.91% from 255) = 2.23%

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

R = 34.65%
G = 2.23%
B = 63.12%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8C09FF (or 0x8C09FF) is known color: Electric Indigo. HEX triplet: 8C, 09 and FF. RGB value is (140,9,255). Sum of RGB (Red+Green+Blue) = 140+9+255=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C09FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C09FF is #73F600. Grayscale: #4B4B4B. Windows color (decimal): -7599617 or 16714124. OLE color: 16714124.

HSL color Cylindrical-coordinate representation of color #8C09FF: hue angle of 271.95º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C09FF is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 140 9 255 -
CMYK 0.45 0.96 0 0
HSL 271.95º 1% 0.52% -
HSV(B) 271.95º 0.96% 1% -
XYZ 28.96 12.99 95.59 -
YUV 76.21 228.9 173.5 -
System Red Green Blue C M Y K H S L
Decimal 140 9 255 0.45 0.96 0 0 271.95 1 0.52
Hex 8C 9 FF 2D 60 0 0 110 64 34
Octal 214 11 377 55 140 0 0 420 144 64
Binary 10001100 1001 11111111 101101 1100000 0 0 100010000 1100100 110100

Color Harmonies of #8C09FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C09FF

Black with #8C09FF

Text Example


Text Example

White with #8C09FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C09FF; }

 p { color: rgb(140,9,255); }

 H1.HeaderClassName
 {
   color: #8C09FF;
 }
 .AnyTagClassName
 {
   color: #8C09FF;
 }
</style>

background-color css

<style>
 a { background-color: #8C09FF; }

 a { background-color: rgb(140,9,255); }

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

border-color css

<style>
 span { border-color: #8C09FF; }

 span { border-color: rgb(140,9,255); }

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