Html Css Color HEX #9610A8 Dark Magenta

📋 copy color: '#9610A8'

red 150 ◦ green 16 ◦ blue 168

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

Shades of Dark Magenta #9610A8

Tints of Dark Magenta #9610A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 50.3%

R = 44.91%
G = 4.79%
B = 50.3%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9610A8 (or 0x9610A8) is known color: Dark Magenta. HEX triplet: 96, 10 and A8. RGB value is (150,16,168). Sum of RGB (Red+Green+Blue) = 150+16+168=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 168 (66.02% from 255 or 50.30% from 334); Max value from RGB is 168 - color contains mainly: blue. Hex color #9610A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9610A8 is #69EF57. Grayscale: #484848. Windows color (decimal): -6942552 or 11014294. OLE color: 11014294.

HSL color Cylindrical-coordinate representation of color #9610A8: hue angle of 292.89º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9610A8 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 150 16 168 -
CMYK 0.11 0.90 0 0.34
HSL 292.89º 0.83% 0.36% -
HSV(B) 292.89º 0.9% 0.66% -
XYZ 19.83 9.68 37.87 -
YUV 73.39 181.39 182.64 -
System Red Green Blue C M Y K H S L
Decimal 150 16 168 0.11 0.90 0 0.34 292.89 0.83 0.36
Hex 96 10 A8 B 5A 0 22 125 53 24
Octal 226 20 250 13 132 0 42 445 123 44
Binary 10010110 10000 10101000 1011 1011010 0 100010 100100101 1010011 100100

Color Harmonies of #9610A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9610A8

Black with #9610A8

Text Example


Text Example

White with #9610A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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