Html Css Color HEX #9612AD Dark Magenta

📋 copy color: '#9612AD'

red 150 ◦ green 18 ◦ blue 173

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

Shades of Dark Magenta #9612AD

Tints of Dark Magenta #9612AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.28%

 BLUE value IS 173 (67.97% from 255) = 50.73%

R = 43.99%
G = 5.28%
B = 50.73%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9612AD (or 0x9612AD) is known color: Dark Magenta. HEX triplet: 96, 12 and AD. RGB value is (150,18,173). Sum of RGB (Red+Green+Blue) = 150+18+173=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #9612AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9612AD is #69ED52. Grayscale: #4A4A4A. Windows color (decimal): -6942035 or 11342486. OLE color: 11342486.

HSL color Cylindrical-coordinate representation of color #9612AD: hue angle of 291.1º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9612AD is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 18 173 -
CMYK 0.13 0.90 0 0.32
HSL 291.1º 0.81% 0.37% -
HSV(B) 291.1º 0.9% 0.68% -
XYZ 20.34 9.93 40.38 -
YUV 75.14 183.23 181.4 -
System Red Green Blue C M Y K H S L
Decimal 150 18 173 0.13 0.90 0 0.32 291.1 0.81 0.37
Hex 96 12 AD D 5A 0 20 123 51 25
Octal 226 22 255 15 132 0 40 443 121 45
Binary 10010110 10010 10101101 1101 1011010 0 100000 100100011 1010001 100101

Color Harmonies of #9612AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9612AD

Black with #9612AD

Text Example


Text Example

White with #9612AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9612AD; }

 p { color: rgb(150,18,173); }

 H1.HeaderClassName
 {
   color: #9612AD;
 }
 .AnyTagClassName
 {
   color: #9612AD;
 }
</style>

background-color css

<style>
 a { background-color: #9612AD; }

 a { background-color: rgb(150,18,173); }

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

border-color css

<style>
 span { border-color: #9612AD; }

 span { border-color: rgb(150,18,173); }

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