Html Css Color HEX #8509FF Electric Indigo

📋 copy color: '#8509FF'

red 133 ◦ green 9 ◦ blue 255

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

Shades of Electric Indigo #8509FF

Tints of Electric Indigo #8509FF

RGB

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

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

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

R = 33.5%
G = 2.27%
B = 64.23%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8509FF (or 0x8509FF) is known color: Electric Indigo. HEX triplet: 85, 09 and FF. RGB value is (133,9,255). Sum of RGB (Red+Green+Blue) = 133+9+255=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #8509FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8509FF is #7AF600. Grayscale: #494949. Windows color (decimal): -8058369 or 16714117. OLE color: 16714117.

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

Color convert

RGB 133 9 255 -
CMYK 0.48 0.96 0 0
HSL 270.24º 1% 0.52% -
HSV(B) 270.24º 0.96% 1% -
XYZ 27.82 12.4 95.54 -
YUV 74.12 230.08 170 -
System Red Green Blue C M Y K H S L
Decimal 133 9 255 0.48 0.96 0 0 270.24 1 0.52
Hex 85 9 FF 30 60 0 0 10E 64 34
Octal 205 11 377 60 140 0 0 416 144 64
Binary 10000101 1001 11111111 110000 1100000 0 0 100001110 1100100 110100

Color Harmonies of #8509FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8509FF

Black with #8509FF

Text Example


Text Example

White with #8509FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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