Html Css Color HEX #95128C Dark Magenta

📋 copy color: '#95128C'

red 149 ◦ green 18 ◦ blue 140

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

Shades of Dark Magenta #95128C

Tints of Dark Magenta #95128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.86%

 BLUE value IS 140 (55.08% from 255) = 45.6%

R = 48.53%
G = 5.86%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95128C (or 0x95128C) is known color: Dark Magenta. HEX triplet: 95, 12 and 8C. RGB value is (149,18,140). Sum of RGB (Red+Green+Blue) = 149+18+140=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #95128C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95128C is #6AED73. Grayscale: #464646. Windows color (decimal): -7007604 or 9179797. OLE color: 9179797.

HSL color Cylindrical-coordinate representation of color #95128C: hue angle of 304.12º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95128C is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 18 140 -
CMYK 0 0.88 0.06 0.42
HSL 304.12º 0.78% 0.33% -
HSV(B) 304.12º 0.88% 0.58% -
XYZ 17.34 8.72 25.58 -
YUV 71.08 166.9 183.58 -
System Red Green Blue C M Y K H S L
Decimal 149 18 140 0 0.88 0.06 0.42 304.12 0.78 0.33
Hex 95 12 8C 0 58 6 2A 130 4E 21
Octal 225 22 214 0 130 6 52 460 116 41
Binary 10010101 10010 10001100 0 1011000 110 101010 100110000 1001110 100001

Color Harmonies of #95128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95128C

Black with #95128C

Text Example


Text Example

White with #95128C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,18,140); }

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

background-color css

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

 a { background-color: rgb(149,18,140); }

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

border-color css

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

 span { border-color: rgb(149,18,140); }

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