Html Css Color HEX #95149C Dark Magenta

📋 copy color: '#95149C'

red 149 ◦ green 20 ◦ blue 156

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

Shades of Dark Magenta #95149C

Tints of Dark Magenta #95149C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.15%

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

R = 45.85%
G = 6.15%
B = 48%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95149C (or 0x95149C) is known color: Dark Magenta. HEX triplet: 95, 14 and 9C. RGB value is (149,20,156). Sum of RGB (Red+Green+Blue) = 149+20+156=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #95149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95149C is #6AEB63. Grayscale: #494949. Windows color (decimal): -7007076 or 10228885. OLE color: 10228885.

HSL color Cylindrical-coordinate representation of color #95149C: hue angle of 296.91º degrees, saturation: 0.77, 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 #95149C is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 20 156 -
CMYK 0.04 0.87 0 0.39
HSL 296.91º 0.77% 0.35% -
HSV(B) 296.91º 0.87% 0.61% -
XYZ 18.65 9.29 32.26 -
YUV 74.08 174.24 181.44 -
System Red Green Blue C M Y K H S L
Decimal 149 20 156 0.04 0.87 0 0.39 296.91 0.77 0.35
Hex 95 14 9C 4 57 0 27 129 4D 23
Octal 225 24 234 4 127 0 47 451 115 43
Binary 10010101 10100 10011100 100 1010111 0 100111 100101001 1001101 100011

Color Harmonies of #95149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95149C

Black with #95149C

Text Example


Text Example

White with #95149C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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