Html Css Color HEX #9508AB Dark Magenta

📋 copy color: '#9508AB'

red 149 ◦ green 8 ◦ blue 171

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

Shades of Dark Magenta #9508AB

Tints of Dark Magenta #9508AB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.44%

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

R = 45.43%
G = 2.44%
B = 52.13%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9508AB (or 0x9508AB) is known color: Dark Magenta. HEX triplet: 95, 08 and AB. RGB value is (149,8,171). Sum of RGB (Red+Green+Blue) = 149+8+171=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #9508AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9508AB is #6AF754. Grayscale: #444444. Windows color (decimal): -7010133 or 11208853. OLE color: 11208853.

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

Color convert

RGB 149 8 171 -
CMYK 0.13 0.95 0 0.33
HSL 291.9º 0.91% 0.35% -
HSV(B) 291.9º 0.95% 0.67% -
XYZ 19.83 9.5 39.32 -
YUV 68.74 185.71 185.25 -
System Red Green Blue C M Y K H S L
Decimal 149 8 171 0.13 0.95 0 0.33 291.9 0.91 0.35
Hex 95 8 AB D 5F 0 21 124 5B 23
Octal 225 10 253 15 137 0 41 444 133 43
Binary 10010101 1000 10101011 1101 1011111 0 100001 100100100 1011011 100011

Color Harmonies of #9508AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9508AB

Black with #9508AB

Text Example


Text Example

White with #9508AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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