Html Css Color HEX #8609DB Dark Violet

📋 copy color: '#8609DB'

red 134 ◦ green 9 ◦ blue 219

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

Shades of Dark Violet #8609DB

Tints of Dark Violet #8609DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.5%

R = 37.02%
G = 2.49%
B = 60.5%

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

#8609DB (or 0x8609DB) is known color: Dark Violet. HEX triplet: 86, 09 and DB. RGB value is (134,9,219). Sum of RGB (Red+Green+Blue) = 134+9+219=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #8609DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8609DB is #79F624. Grayscale: #454545. Windows color (decimal): -7992869 or 14354822. OLE color: 14354822.

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

Color convert

RGB 134 9 219 -
CMYK 0.39 0.96 0 0.14
HSL 275.71º 0.92% 0.45% -
HSV(B) 275.71º 0.96% 0.86% -
XYZ 22.72 10.38 67.82 -
YUV 70.32 211.91 173.42 -
System Red Green Blue C M Y K H S L
Decimal 134 9 219 0.39 0.96 0 0.14 275.71 0.92 0.45
Hex 86 9 DB 27 60 0 E 114 5C 2D
Octal 206 11 333 47 140 0 16 424 134 55
Binary 10000110 1001 11011011 100111 1100000 0 1110 100010100 1011100 101101

Color Harmonies of #8609DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8609DB

Black with #8609DB

Text Example


Text Example

White with #8609DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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