Html Css Color HEX #8609FF Electric Indigo

📋 copy color: '#8609FF'

red 134 ◦ green 9 ◦ blue 255

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

Shades of Electric Indigo #8609FF

Tints of Electric Indigo #8609FF

RGB

 RED value IS 134 (52.73% from 255) = 33.67%

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

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

R = 33.67%
G = 2.26%
B = 64.07%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8609FF (or 0x8609FF) is known color: Electric Indigo. HEX triplet: 86, 09 and FF. RGB value is (134,9,255). Sum of RGB (Red+Green+Blue) = 134+9+255=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #8609FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8609FF is #79F600. Grayscale: #494949. Windows color (decimal): -7992833 or 16714118. OLE color: 16714118.

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

Color convert

RGB 134 9 255 -
CMYK 0.47 0.96 0 0
HSL 270.49º 1% 0.52% -
HSV(B) 270.49º 0.96% 1% -
XYZ 27.98 12.48 95.54 -
YUV 74.42 229.91 170.5 -
System Red Green Blue C M Y K H S L
Decimal 134 9 255 0.47 0.96 0 0 270.49 1 0.52
Hex 86 9 FF 2F 60 0 0 10E 64 34
Octal 206 11 377 57 140 0 0 416 144 64
Binary 10000110 1001 11111111 101111 1100000 0 0 100001110 1100100 110100

Color Harmonies of #8609FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8609FF

Black with #8609FF

Text Example


Text Example

White with #8609FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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