Html Css Color HEX #95159E Dark Magenta

📋 copy color: '#95159E'

red 149 ◦ green 21 ◦ blue 158

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

Shades of Dark Magenta #95159E

Tints of Dark Magenta #95159E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.4%

 BLUE value IS 158 (62.11% from 255) = 48.17%

R = 45.43%
G = 6.4%
B = 48.17%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95159E (or 0x95159E) is known color: Dark Magenta. HEX triplet: 95, 15 and 9E. RGB value is (149,21,158). Sum of RGB (Red+Green+Blue) = 149+21+158=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #95159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95159E is #6AEA61. Grayscale: #4A4A4A. Windows color (decimal): -7006818 or 10360213. OLE color: 10360213.

HSL color Cylindrical-coordinate representation of color #95159E: hue angle of 296.06º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95159E is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 21 158 -
CMYK 0.06 0.87 0 0.38
HSL 296.06º 0.77% 0.35% -
HSV(B) 296.06º 0.87% 0.62% -
XYZ 18.83 9.39 33.17 -
YUV 74.89 174.91 180.86 -
System Red Green Blue C M Y K H S L
Decimal 149 21 158 0.06 0.87 0 0.38 296.06 0.77 0.35
Hex 95 15 9E 6 57 0 26 128 4D 23
Octal 225 25 236 6 127 0 46 450 115 43
Binary 10010101 10101 10011110 110 1010111 0 100110 100101000 1001101 100011

Color Harmonies of #95159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95159E

Black with #95159E

Text Example


Text Example

White with #95159E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,21,158); }

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

background-color css

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

 a { background-color: rgb(149,21,158); }

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

border-color css

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

 span { border-color: rgb(149,21,158); }

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