Html Css Color HEX #95128D Dark Magenta

📋 copy color: '#95128D'

red 149 ◦ green 18 ◦ blue 141

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

Shades of Dark Magenta #95128D

Tints of Dark Magenta #95128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.78%

R = 48.38%
G = 5.84%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95128D (or 0x95128D) is known color: Dark Magenta. HEX triplet: 95, 12 and 8D. RGB value is (149,18,141). Sum of RGB (Red+Green+Blue) = 149+18+141=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95128D is #6AED72. Grayscale: #464646. Windows color (decimal): -7007603 or 9245333. OLE color: 9245333.

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

Color convert

RGB 149 18 141 -
CMYK 0 0.88 0.05 0.42
HSL 303.66º 0.78% 0.33% -
HSV(B) 303.66º 0.88% 0.58% -
XYZ 17.42 8.75 25.97 -
YUV 71.19 167.4 183.5 -
System Red Green Blue C M Y K H S L
Decimal 149 18 141 0 0.88 0.05 0.42 303.66 0.78 0.33
Hex 95 12 8D 0 58 5 2A 130 4E 21
Octal 225 22 215 0 130 5 52 460 116 41
Binary 10010101 10010 10001101 0 1011000 101 101010 100110000 1001110 100001

Color Harmonies of #95128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95128D

Black with #95128D

Text Example


Text Example

White with #95128D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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