Html Css Color HEX #8609DC Dark Violet

📋 copy color: '#8609DC'

red 134 ◦ green 9 ◦ blue 220

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

Shades of Dark Violet #8609DC

Tints of Dark Violet #8609DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.61%

R = 36.91%
G = 2.48%
B = 60.61%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8609DC (or 0x8609DC) is known color: Dark Violet. HEX triplet: 86, 09 and DC. RGB value is (134,9,220). Sum of RGB (Red+Green+Blue) = 134+9+220=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #8609DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8609DC is #79F623. Grayscale: #454545. Windows color (decimal): -7992868 or 14420358. OLE color: 14420358.

HSL color Cylindrical-coordinate representation of color #8609DC: hue angle of 275.55º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8609DC is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 9 220 -
CMYK 0.39 0.96 0 0.14
HSL 275.55º 0.92% 0.45% -
HSV(B) 275.55º 0.96% 0.86% -
XYZ 22.85 10.43 68.52 -
YUV 70.43 212.41 173.34 -
System Red Green Blue C M Y K H S L
Decimal 134 9 220 0.39 0.96 0 0.14 275.55 0.92 0.45
Hex 86 9 DC 27 60 0 E 114 5C 2D
Octal 206 11 334 47 140 0 16 424 134 55
Binary 10000110 1001 11011100 100111 1100000 0 1110 100010100 1011100 101101

Color Harmonies of #8609DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8609DC

Black with #8609DC

Text Example


Text Example

White with #8609DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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