Html Css Color HEX #8609A0 Dark Magenta

📋 copy color: '#8609A0'

red 134 ◦ green 9 ◦ blue 160

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

Shades of Dark Magenta #8609A0

Tints of Dark Magenta #8609A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 52.81%

R = 44.22%
G = 2.97%
B = 52.81%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8609A0 (or 0x8609A0) is known color: Dark Magenta. HEX triplet: 86, 09 and A0. RGB value is (134,9,160). Sum of RGB (Red+Green+Blue) = 134+9+160=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 160 (62.89% from 255 or 52.81% from 303); Max value from RGB is 160 - color contains mainly: blue. Hex color #8609A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8609A0 is #79F65F. Grayscale: #3F3F3F. Windows color (decimal): -7992928 or 10488198. OLE color: 10488198.

HSL color Cylindrical-coordinate representation of color #8609A0: hue angle of 289.67º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8609A0 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 9 160 -
CMYK 0.16 0.94 0 0.37
HSL 289.67º 0.89% 0.33% -
HSV(B) 289.67º 0.94% 0.63% -
XYZ 16.27 7.8 33.91 -
YUV 63.59 182.41 178.22 -
System Red Green Blue C M Y K H S L
Decimal 134 9 160 0.16 0.94 0 0.37 289.67 0.89 0.33
Hex 86 9 A0 10 5E 0 25 122 59 21
Octal 206 11 240 20 136 0 45 442 131 41
Binary 10000110 1001 10100000 10000 1011110 0 100101 100100010 1011001 100001

Color Harmonies of #8609A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8609A0

Black with #8609A0

Text Example


Text Example

White with #8609A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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