Html Css Color HEX #95158E Dark Magenta

📋 copy color: '#95158E'

red 149 ◦ green 21 ◦ blue 142

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

Shades of Dark Magenta #95158E

Tints of Dark Magenta #95158E

RGB

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

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

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

R = 47.76%
G = 6.73%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95158E (or 0x95158E) is known color: Dark Magenta. HEX triplet: 95, 15 and 8E. RGB value is (149,21,142). Sum of RGB (Red+Green+Blue) = 149+21+142=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95158E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95158E is #6AEA71. Grayscale: #484848. Windows color (decimal): -7006834 or 9311637. OLE color: 9311637.

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

Color convert

RGB 149 21 142 -
CMYK 0 0.86 0.05 0.42
HSL 303.28º 0.75% 0.33% -
HSV(B) 303.28º 0.86% 0.58% -
XYZ 17.55 8.88 26.38 -
YUV 73.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 149 21 142 0 0.86 0.05 0.42 303.28 0.75 0.33
Hex 95 15 8E 0 56 5 2A 12F 4B 21
Octal 225 25 216 0 126 5 52 457 113 41
Binary 10010101 10101 10001110 0 1010110 101 101010 100101111 1001011 100001

Color Harmonies of #95158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95158E

Black with #95158E

Text Example


Text Example

White with #95158E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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