Html Css Color HEX #8609DA Dark Violet

📋 copy color: '#8609DA'

red 134 ◦ green 9 ◦ blue 218

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

Shades of Dark Violet #8609DA

Tints of Dark Violet #8609DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.39%

R = 37.12%
G = 2.49%
B = 60.39%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8609DA (or 0x8609DA) is known color: Dark Violet. HEX triplet: 86, 09 and DA. RGB value is (134,9,218). Sum of RGB (Red+Green+Blue) = 134+9+218=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #8609DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8609DA is #79F625. Grayscale: #454545. Windows color (decimal): -7992870 or 14289286. OLE color: 14289286.

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

Color convert

RGB 134 9 218 -
CMYK 0.39 0.96 0 0.15
HSL 275.89º 0.92% 0.45% -
HSV(B) 275.89º 0.96% 0.85% -
XYZ 22.58 10.33 67.13 -
YUV 70.2 211.41 173.51 -
System Red Green Blue C M Y K H S L
Decimal 134 9 218 0.39 0.96 0 0.15 275.89 0.92 0.45
Hex 86 9 DA 27 60 0 F 114 5C 2D
Octal 206 11 332 47 140 0 17 424 134 55
Binary 10000110 1001 11011010 100111 1100000 0 1111 100010100 1011100 101101

Color Harmonies of #8609DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8609DA

Black with #8609DA

Text Example


Text Example

White with #8609DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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