Html Css Color HEX #95188F Dark Magenta

📋 copy color: '#95188F'

red 149 ◦ green 24 ◦ blue 143

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

Shades of Dark Magenta #95188F

Tints of Dark Magenta #95188F

RGB

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

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

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

R = 47.15%
G = 7.59%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95188F (or 0x95188F) is known color: Dark Magenta. HEX triplet: 95, 18 and 8F. RGB value is (149,24,143). Sum of RGB (Red+Green+Blue) = 149+24+143=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #95188F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95188F is #6AE770. Grayscale: #4A4A4A. Windows color (decimal): -7006065 or 9377941. OLE color: 9377941.

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

Color convert

RGB 149 24 143 -
CMYK 0 0.84 0.04 0.42
HSL 302.88º 0.72% 0.34% -
HSV(B) 302.88º 0.84% 0.58% -
XYZ 17.68 9.03 26.8 -
YUV 74.94 166.41 180.82 -
System Red Green Blue C M Y K H S L
Decimal 149 24 143 0 0.84 0.04 0.42 302.88 0.72 0.34
Hex 95 18 8F 0 54 4 2A 12F 48 22
Octal 225 30 217 0 124 4 52 457 110 42
Binary 10010101 11000 10001111 0 1010100 100 101010 100101111 1001000 100010

Color Harmonies of #95188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95188F

Black with #95188F

Text Example


Text Example

White with #95188F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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