Html Css Color HEX #9408AB Dark Magenta

📋 copy color: '#9408AB'

red 148 ◦ green 8 ◦ blue 171

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

Shades of Dark Magenta #9408AB

Tints of Dark Magenta #9408AB

RGB

 RED value IS 148 (58.2% from 255) = 45.26%

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

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

R = 45.26%
G = 2.45%
B = 52.29%

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

#9408AB (or 0x9408AB) is known color: Dark Magenta. HEX triplet: 94, 08 and AB. RGB value is (148,8,171). Sum of RGB (Red+Green+Blue) = 148+8+171=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #9408AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9408AB is #6BF754. Grayscale: #434343. Windows color (decimal): -7075669 or 11208852. OLE color: 11208852.

HSL color Cylindrical-coordinate representation of color #9408AB: hue angle of 291.53º 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 #9408AB is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 8 171 -
CMYK 0.13 0.95 0 0.33
HSL 291.53º 0.91% 0.35% -
HSV(B) 291.53º 0.95% 0.67% -
XYZ 19.65 9.41 39.31 -
YUV 68.44 185.88 184.75 -
System Red Green Blue C M Y K H S L
Decimal 148 8 171 0.13 0.95 0 0.33 291.53 0.91 0.35
Hex 94 8 AB D 5F 0 21 124 5B 23
Octal 224 10 253 15 137 0 41 444 133 43
Binary 10010100 1000 10101011 1101 1011111 0 100001 100100100 1011011 100011

Color Harmonies of #9408AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9408AB

Black with #9408AB

Text Example


Text Example

White with #9408AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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