Html Css Color HEX #8609A2 Dark Magenta

📋 copy color: '#8609A2'

red 134 ◦ green 9 ◦ blue 162

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

Shades of Dark Magenta #8609A2

Tints of Dark Magenta #8609A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 53.11%

R = 43.93%
G = 2.95%
B = 53.11%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8609A2 (or 0x8609A2) is known color: Dark Magenta. HEX triplet: 86, 09 and A2. RGB value is (134,9,162). Sum of RGB (Red+Green+Blue) = 134+9+162=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #8609A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8609A2 is #79F65D. Grayscale: #3F3F3F. Windows color (decimal): -7992926 or 10619270. OLE color: 10619270.

HSL color Cylindrical-coordinate representation of color #8609A2: hue angle of 289.02º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8609A2 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 9 162 -
CMYK 0.17 0.94 0 0.36
HSL 289.02º 0.89% 0.34% -
HSV(B) 289.02º 0.94% 0.64% -
XYZ 16.45 7.87 34.83 -
YUV 63.82 183.41 178.06 -
System Red Green Blue C M Y K H S L
Decimal 134 9 162 0.17 0.94 0 0.36 289.02 0.89 0.34
Hex 86 9 A2 11 5E 0 24 121 59 22
Octal 206 11 242 21 136 0 44 441 131 42
Binary 10000110 1001 10100010 10001 1011110 0 100100 100100001 1011001 100010

Color Harmonies of #8609A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8609A2

Black with #8609A2

Text Example


Text Example

White with #8609A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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