Html Css Color HEX #9609A2 Dark Magenta

📋 copy color: '#9609A2'

red 150 ◦ green 9 ◦ blue 162

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

Shades of Dark Magenta #9609A2

Tints of Dark Magenta #9609A2

RGB

 RED value IS 150 (58.98% from 255) = 46.73%

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

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

R = 46.73%
G = 2.8%
B = 50.47%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9609A2 (or 0x9609A2) is known color: Dark Magenta. HEX triplet: 96, 09 and A2. RGB value is (150,9,162). Sum of RGB (Red+Green+Blue) = 150+9+162=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #9609A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9609A2 is #69F65D. Grayscale: #444444. Windows color (decimal): -6944350 or 10619286. OLE color: 10619286.

HSL color Cylindrical-coordinate representation of color #9609A2: hue angle of 295.29º 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 #9609A2 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 9 162 -
CMYK 0.07 0.94 0 0.36
HSL 295.29º 0.89% 0.34% -
HSV(B) 295.29º 0.94% 0.64% -
XYZ 19.2 9.29 34.96 -
YUV 68.6 180.71 186.06 -
System Red Green Blue C M Y K H S L
Decimal 150 9 162 0.07 0.94 0 0.36 295.29 0.89 0.34
Hex 96 9 A2 7 5E 0 24 127 59 22
Octal 226 11 242 7 136 0 44 447 131 42
Binary 10010110 1001 10100010 111 1011110 0 100100 100100111 1011001 100010

Color Harmonies of #9609A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9609A2

Black with #9609A2

Text Example


Text Example

White with #9609A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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