Html Css Color HEX #8609CC Dark Violet

📋 copy color: '#8609CC'

red 134 ◦ green 9 ◦ blue 204

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

Shades of Dark Violet #8609CC

Tints of Dark Violet #8609CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.79%

R = 38.62%
G = 2.59%
B = 58.79%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8609CC (or 0x8609CC) is known color: Dark Violet. HEX triplet: 86, 09 and CC. RGB value is (134,9,204). Sum of RGB (Red+Green+Blue) = 134+9+204=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #8609CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8609CC is #79F633. Grayscale: #434343. Windows color (decimal): -7992884 or 13371782. OLE color: 13371782.

HSL color Cylindrical-coordinate representation of color #8609CC: hue angle of 278.46º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8609CC is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 9 204 -
CMYK 0.34 0.96 0 0.2
HSL 278.46º 0.92% 0.42% -
HSV(B) 278.46º 0.96% 0.8% -
XYZ 20.83 9.62 57.89 -
YUV 68.61 204.41 174.64 -
System Red Green Blue C M Y K H S L
Decimal 134 9 204 0.34 0.96 0 0.2 278.46 0.92 0.42
Hex 86 9 CC 22 60 0 14 116 5C 2A
Octal 206 11 314 42 140 0 24 426 134 52
Binary 10000110 1001 11001100 100010 1100000 0 10100 100010110 1011100 101010

Color Harmonies of #8609CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8609CC

Black with #8609CC

Text Example


Text Example

White with #8609CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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