Html Css Color HEX #95128F Dark Magenta

📋 copy color: '#95128F'

red 149 ◦ green 18 ◦ blue 143

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

Shades of Dark Magenta #95128F

Tints of Dark Magenta #95128F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 46.13%

R = 48.06%
G = 5.81%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95128F (or 0x95128F) is known color: Dark Magenta. HEX triplet: 95, 12 and 8F. RGB value is (149,18,143). Sum of RGB (Red+Green+Blue) = 149+18+143=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95128F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95128F is #6AED70. Grayscale: #474747. Windows color (decimal): -7007601 or 9376405. OLE color: 9376405.

HSL color Cylindrical-coordinate representation of color #95128F: hue angle of 302.75º 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 #95128F is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 18 143 -
CMYK 0 0.88 0.04 0.42
HSL 302.75º 0.78% 0.33% -
HSV(B) 302.75º 0.88% 0.58% -
XYZ 17.57 8.81 26.76 -
YUV 71.42 168.4 183.34 -
System Red Green Blue C M Y K H S L
Decimal 149 18 143 0 0.88 0.04 0.42 302.75 0.78 0.33
Hex 95 12 8F 0 58 4 2A 12F 4E 21
Octal 225 22 217 0 130 4 52 457 116 41
Binary 10010101 10010 10001111 0 1011000 100 101010 100101111 1001110 100001

Color Harmonies of #95128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95128F

Black with #95128F

Text Example


Text Example

White with #95128F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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