Html Css Color HEX #8509FE Electric Indigo

📋 copy color: '#8509FE'

red 133 ◦ green 9 ◦ blue 254

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

Shades of Electric Indigo #8509FE

Tints of Electric Indigo #8509FE

RGB

 RED value IS 133 (52.34% from 255) = 33.59%

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

 BLUE value IS 254 (99.61% from 255) = 64.14%

R = 33.59%
G = 2.27%
B = 64.14%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8509FE (or 0x8509FE) is known color: Electric Indigo. HEX triplet: 85, 09 and FE. RGB value is (133,9,254). Sum of RGB (Red+Green+Blue) = 133+9+254=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #8509FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8509FE is #7AF601. Grayscale: #494949. Windows color (decimal): -8058370 or 16648581. OLE color: 16648581.

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

Color convert

RGB 133 9 254 -
CMYK 0.48 0.96 0 0.00
HSL 270.37º 0.99% 0.52% -
HSV(B) 270.37º 0.96% 1% -
XYZ 27.66 12.34 94.69 -
YUV 74.01 229.58 170.08 -
System Red Green Blue C M Y K H S L
Decimal 133 9 254 0.48 0.96 0 0.00 270.37 0.99 0.52
Hex 85 9 FE 30 60 0 0 10E 63 34
Octal 205 11 376 60 140 0 0 416 143 64
Binary 10000101 1001 11111110 110000 1100000 0 0 100001110 1100011 110100

Color Harmonies of #8509FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8509FE

Black with #8509FE

Text Example


Text Example

White with #8509FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8509FE; }

 p { color: rgb(133,9,254); }

 H1.HeaderClassName
 {
   color: #8509FE;
 }
 .AnyTagClassName
 {
   color: #8509FE;
 }
</style>

background-color css

<style>
 a { background-color: #8509FE; }

 a { background-color: rgb(133,9,254); }

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

border-color css

<style>
 span { border-color: #8509FE; }

 span { border-color: rgb(133,9,254); }

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