Html Css Color HEX #9610AB Dark Magenta

📋 copy color: '#9610AB'

red 150 ◦ green 16 ◦ blue 171

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

Shades of Dark Magenta #9610AB

Tints of Dark Magenta #9610AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 44.51%
G = 4.75%
B = 50.74%

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

#9610AB (or 0x9610AB) is known color: Dark Magenta. HEX triplet: 96, 10 and AB. RGB value is (150,16,171). Sum of RGB (Red+Green+Blue) = 150+16+171=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #9610AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9610AB is #69EF54. Grayscale: #494949. Windows color (decimal): -6942549 or 11210902. OLE color: 11210902.

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

Color convert

RGB 150 16 171 -
CMYK 0.12 0.91 0 0.33
HSL 291.87º 0.83% 0.37% -
HSV(B) 291.87º 0.91% 0.67% -
XYZ 20.11 9.79 39.36 -
YUV 73.74 182.89 182.4 -
System Red Green Blue C M Y K H S L
Decimal 150 16 171 0.12 0.91 0 0.33 291.87 0.83 0.37
Hex 96 10 AB C 5B 0 21 124 53 25
Octal 226 20 253 14 133 0 41 444 123 45
Binary 10010110 10000 10101011 1100 1011011 0 100001 100100100 1010011 100101

Color Harmonies of #9610AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9610AB

Black with #9610AB

Text Example


Text Example

White with #9610AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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