Html Css Color HEX #95119C Dark Magenta

📋 copy color: '#95119C'

red 149 ◦ green 17 ◦ blue 156

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

Shades of Dark Magenta #95119C

Tints of Dark Magenta #95119C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.28%

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

R = 46.27%
G = 5.28%
B = 48.45%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95119C (or 0x95119C) is known color: Dark Magenta. HEX triplet: 95, 11 and 9C. RGB value is (149,17,156). Sum of RGB (Red+Green+Blue) = 149+17+156=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #95119C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95119C is #6AEE63. Grayscale: #474747. Windows color (decimal): -7007844 or 10228117. OLE color: 10228117.

HSL color Cylindrical-coordinate representation of color #95119C: hue angle of 296.98º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95119C is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 17 156 -
CMYK 0.04 0.89 0 0.39
HSL 296.98º 0.8% 0.34% -
HSV(B) 296.98º 0.89% 0.61% -
XYZ 18.6 9.19 32.25 -
YUV 72.31 175.23 182.7 -
System Red Green Blue C M Y K H S L
Decimal 149 17 156 0.04 0.89 0 0.39 296.98 0.8 0.34
Hex 95 11 9C 4 59 0 27 129 50 22
Octal 225 21 234 4 131 0 47 451 120 42
Binary 10010101 10001 10011100 100 1011001 0 100111 100101001 1010000 100010

Color Harmonies of #95119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95119C

Black with #95119C

Text Example


Text Example

White with #95119C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,17,156); }

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

background-color css

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

 a { background-color: rgb(149,17,156); }

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

border-color css

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

 span { border-color: rgb(149,17,156); }

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