Html Css Color HEX #8F0AFF Electric Indigo

📋 copy color: '#8F0AFF'

red 143 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #8F0AFF

Tints of Electric Indigo #8F0AFF

RGB

 RED value IS 143 (56.25% from 255) = 35.05%

 GREEN value IS 10 (4.3% from 255) = 2.45%

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

R = 35.05%
G = 2.45%
B = 62.5%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8F0AFF (or 0x8F0AFF) is known color: Electric Indigo. HEX triplet: 8F, 0A and FF. RGB value is (143,10,255). Sum of RGB (Red+Green+Blue) = 143+10+255=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 10 (4.30% from 255 or 2.45% 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 #8F0AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0AFF is #70F500. Grayscale: #4C4C4C. Windows color (decimal): -7402753 or 16714383. OLE color: 16714383.

HSL color Cylindrical-coordinate representation of color #8F0AFF: hue angle of 272.57º 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 #8F0AFF is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 143 10 255 -
CMYK 0.44 0.96 0 0
HSL 272.57º 1% 0.52% -
HSV(B) 272.57º 0.96% 1% -
XYZ 29.49 13.28 95.62 -
YUV 77.7 228.06 174.58 -
System Red Green Blue C M Y K H S L
Decimal 143 10 255 0.44 0.96 0 0 272.57 1 0.52
Hex 8F A FF 2C 60 0 0 111 64 34
Octal 217 12 377 54 140 0 0 421 144 64
Binary 10001111 1010 11111111 101100 1100000 0 0 100010001 1100100 110100

Color Harmonies of #8F0AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0AFF

Black with #8F0AFF

Text Example


Text Example

White with #8F0AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,10,255); }

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

background-color css

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

 a { background-color: rgb(143,10,255); }

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

border-color css

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

 span { border-color: rgb(143,10,255); }

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