Html Css Color HEX #9603AB Dark Magenta

📋 copy color: '#9603AB'

red 150 ◦ green 3 ◦ blue 171

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

Shades of Dark Magenta #9603AB

Tints of Dark Magenta #9603AB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

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

R = 46.3%
G = 0.93%
B = 52.78%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9603AB (or 0x9603AB) is known color: Dark Magenta. HEX triplet: 96, 03 and AB. RGB value is (150,3,171). Sum of RGB (Red+Green+Blue) = 150+3+171=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #9603AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9603AB is #69FC54. Grayscale: #414141. Windows color (decimal): -6945877 or 11207574. OLE color: 11207574.

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

Color convert

RGB 150 3 171 -
CMYK 0.12 0.98 0 0.33
HSL 292.5º 0.97% 0.34% -
HSV(B) 292.5º 0.98% 0.67% -
XYZ 19.96 9.49 39.31 -
YUV 66.11 187.2 187.84 -
System Red Green Blue C M Y K H S L
Decimal 150 3 171 0.12 0.98 0 0.33 292.5 0.97 0.34
Hex 96 3 AB C 62 0 21 124 61 22
Octal 226 3 253 14 142 0 41 444 141 42
Binary 10010110 11 10101011 1100 1100010 0 100001 100100100 1100001 100010

Color Harmonies of #9603AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9603AB

Black with #9603AB

Text Example


Text Example

White with #9603AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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