Html Css Color HEX #95188D Dark Magenta

📋 copy color: '#95188D'

red 149 ◦ green 24 ◦ blue 141

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

Shades of Dark Magenta #95188D

Tints of Dark Magenta #95188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.64%

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

R = 47.45%
G = 7.64%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95188D (or 0x95188D) is known color: Dark Magenta. HEX triplet: 95, 18 and 8D. RGB value is (149,24,141). Sum of RGB (Red+Green+Blue) = 149+24+141=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #95188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95188D is #6AE772. Grayscale: #4A4A4A. Windows color (decimal): -7006067 or 9246869. OLE color: 9246869.

HSL color Cylindrical-coordinate representation of color #95188D: hue angle of 303.84º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95188D is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 24 141 -
CMYK 0 0.84 0.05 0.42
HSL 303.84º 0.72% 0.34% -
HSV(B) 303.84º 0.84% 0.58% -
XYZ 17.53 8.97 26.01 -
YUV 74.71 165.41 180.99 -
System Red Green Blue C M Y K H S L
Decimal 149 24 141 0 0.84 0.05 0.42 303.84 0.72 0.34
Hex 95 18 8D 0 54 5 2A 130 48 22
Octal 225 30 215 0 124 5 52 460 110 42
Binary 10010101 11000 10001101 0 1010100 101 101010 100110000 1001000 100010

Color Harmonies of #95188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95188D

Black with #95188D

Text Example


Text Example

White with #95188D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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