Html Css Color HEX #9500AB Dark Magenta

📋 copy color: '#9500AB'

red 149 ◦ green 0 ◦ blue 171

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

Shades of Dark Magenta #9500AB

Tints of Dark Magenta #9500AB

RGB

 RED value IS 149 (58.59% from 255) = 46.56%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.56%
G = 0%
B = 53.44%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9500AB (or 0x9500AB) is known color: Dark Magenta. HEX triplet: 95, 00 and AB. RGB value is (149,0,171). Sum of RGB (Red+Green+Blue) = 149+0+171=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #9500AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9500AB is #6AFF54. Grayscale: #3F3F3F. Windows color (decimal): -7012181 or 11206805. OLE color: 11206805.

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

Color convert

RGB 149 0 171 -
CMYK 0.13 1 0 0.33
HSL 292.28º 1% 0.34% -
HSV(B) 292.28º 1% 0.67% -
XYZ 19.75 9.33 39.29 -
YUV 64.05 188.36 188.6 -
System Red Green Blue C M Y K H S L
Decimal 149 0 171 0.13 1 0 0.33 292.28 1 0.34
Hex 95 0 AB D 64 0 21 124 64 22
Octal 225 0 253 15 144 0 41 444 144 42
Binary 10010101 0 10101011 1101 1100100 0 100001 100100100 1100100 100010

Color Harmonies of #9500AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9500AB

Black with #9500AB

Text Example


Text Example

White with #9500AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,0,171); }

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

background-color css

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

 a { background-color: rgb(149,0,171); }

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

border-color css

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

 span { border-color: rgb(149,0,171); }

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