Html Css Color HEX #9610AC Dark Magenta

📋 copy color: '#9610AC'

red 150 ◦ green 16 ◦ blue 172

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

Shades of Dark Magenta #9610AC

Tints of Dark Magenta #9610AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.89%

R = 44.38%
G = 4.73%
B = 50.89%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9610AC (or 0x9610AC) is known color: Dark Magenta. HEX triplet: 96, 10 and AC. RGB value is (150,16,172). Sum of RGB (Red+Green+Blue) = 150+16+172=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #9610AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9610AC is #69EF53. Grayscale: #494949. Windows color (decimal): -6942548 or 11276438. OLE color: 11276438.

HSL color Cylindrical-coordinate representation of color #9610AC: hue angle of 291.54º 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 #9610AC is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 16 172 -
CMYK 0.13 0.91 0 0.33
HSL 291.54º 0.83% 0.37% -
HSV(B) 291.54º 0.91% 0.67% -
XYZ 20.21 9.83 39.86 -
YUV 73.85 183.39 182.32 -
System Red Green Blue C M Y K H S L
Decimal 150 16 172 0.13 0.91 0 0.33 291.54 0.83 0.37
Hex 96 10 AC D 5B 0 21 124 53 25
Octal 226 20 254 15 133 0 41 444 123 45
Binary 10010110 10000 10101100 1101 1011011 0 100001 100100100 1010011 100101

Color Harmonies of #9610AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9610AC

Black with #9610AC

Text Example


Text Example

White with #9610AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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