Html Css Color HEX #95198E Dark Magenta

📋 copy color: '#95198E'

red 149 ◦ green 25 ◦ blue 142

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

Shades of Dark Magenta #95198E

Tints of Dark Magenta #95198E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.91%

 BLUE value IS 142 (55.86% from 255) = 44.94%

R = 47.15%
G = 7.91%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95198E (or 0x95198E) is known color: Dark Magenta. HEX triplet: 95, 19 and 8E. RGB value is (149,25,142). Sum of RGB (Red+Green+Blue) = 149+25+142=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #95198E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95198E is #6AE671. Grayscale: #4B4B4B. Windows color (decimal): -7005810 or 9312661. OLE color: 9312661.

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

Color convert

RGB 149 25 142 -
CMYK 0 0.83 0.05 0.42
HSL 303.39º 0.71% 0.34% -
HSV(B) 303.39º 0.83% 0.58% -
XYZ 17.62 9.04 26.41 -
YUV 75.41 165.58 180.49 -
System Red Green Blue C M Y K H S L
Decimal 149 25 142 0 0.83 0.05 0.42 303.39 0.71 0.34
Hex 95 19 8E 0 53 5 2A 12F 47 22
Octal 225 31 216 0 123 5 52 457 107 42
Binary 10010101 11001 10001110 0 1010011 101 101010 100101111 1000111 100010

Color Harmonies of #95198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95198E

Black with #95198E

Text Example


Text Example

White with #95198E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95198E; }

 p { color: rgb(149,25,142); }

 H1.HeaderClassName
 {
   color: #95198E;
 }
 .AnyTagClassName
 {
   color: #95198E;
 }
</style>

background-color css

<style>
 a { background-color: #95198E; }

 a { background-color: rgb(149,25,142); }

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

border-color css

<style>
 span { border-color: #95198E; }

 span { border-color: rgb(149,25,142); }

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