Html Css Color HEX #9610AA Dark Magenta

📋 copy color: '#9610AA'

red 150 ◦ green 16 ◦ blue 170

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

Shades of Dark Magenta #9610AA

Tints of Dark Magenta #9610AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.76%

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 44.64%
G = 4.76%
B = 50.6%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9610AA (or 0x9610AA) is known color: Dark Magenta. HEX triplet: 96, 10 and AA. RGB value is (150,16,170). Sum of RGB (Red+Green+Blue) = 150+16+170=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #9610AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9610AA is #69EF55. Grayscale: #494949. Windows color (decimal): -6942550 or 11145366. OLE color: 11145366.

HSL color Cylindrical-coordinate representation of color #9610AA: hue angle of 292.21º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9610AA is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 16 170 -
CMYK 0.12 0.91 0 0.33
HSL 292.21º 0.83% 0.36% -
HSV(B) 292.21º 0.91% 0.67% -
XYZ 20.02 9.76 38.86 -
YUV 73.62 182.39 182.48 -
System Red Green Blue C M Y K H S L
Decimal 150 16 170 0.12 0.91 0 0.33 292.21 0.83 0.36
Hex 96 10 AA C 5B 0 21 124 53 24
Octal 226 20 252 14 133 0 41 444 123 44
Binary 10010110 10000 10101010 1100 1011011 0 100001 100100100 1010011 100100

Color Harmonies of #9610AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9610AA

Black with #9610AA

Text Example


Text Example

White with #9610AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9610AA; }

 p { color: rgb(150,16,170); }

 H1.HeaderClassName
 {
   color: #9610AA;
 }
 .AnyTagClassName
 {
   color: #9610AA;
 }
</style>

background-color css

<style>
 a { background-color: #9610AA; }

 a { background-color: rgb(150,16,170); }

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

border-color css

<style>
 span { border-color: #9610AA; }

 span { border-color: rgb(150,16,170); }

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