Html Css Color HEX #99159C Dark Magenta

📋 copy color: '#99159C'

red 153 ◦ green 21 ◦ blue 156

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

Shades of Dark Magenta #99159C

Tints of Dark Magenta #99159C

RGB

 RED value IS 153 (60.16% from 255) = 46.36%

 GREEN value IS 21 (8.59% from 255) = 6.36%

 BLUE value IS 156 (61.33% from 255) = 47.27%

R = 46.36%
G = 6.36%
B = 47.27%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99159C (or 0x99159C) is known color: Dark Magenta. HEX triplet: 99, 15 and 9C. RGB value is (153,21,156). Sum of RGB (Red+Green+Blue) = 153+21+156=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #99159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99159C is #66EA63. Grayscale: #4B4B4B. Windows color (decimal): -6744676 or 10229145. OLE color: 10229145.

HSL color Cylindrical-coordinate representation of color #99159C: hue angle of 298.67º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99159C is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 21 156 -
CMYK 0.02 0.87 0 0.39
HSL 298.67º 0.76% 0.35% -
HSV(B) 298.67º 0.87% 0.61% -
XYZ 19.41 9.71 32.3 -
YUV 75.86 173.23 183.02 -
System Red Green Blue C M Y K H S L
Decimal 153 21 156 0.02 0.87 0 0.39 298.67 0.76 0.35
Hex 99 15 9C 2 57 0 27 12B 4C 23
Octal 231 25 234 2 127 0 47 453 114 43
Binary 10011001 10101 10011100 10 1010111 0 100111 100101011 1001100 100011

Color Harmonies of #99159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99159C

Black with #99159C

Text Example


Text Example

White with #99159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99159C; }

 p { color: rgb(153,21,156); }

 H1.HeaderClassName
 {
   color: #99159C;
 }
 .AnyTagClassName
 {
   color: #99159C;
 }
</style>

background-color css

<style>
 a { background-color: #99159C; }

 a { background-color: rgb(153,21,156); }

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

border-color css

<style>
 span { border-color: #99159C; }

 span { border-color: rgb(153,21,156); }

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