Html Css Color HEX #95158A Dark Magenta

📋 copy color: '#95158A'

red 149 ◦ green 21 ◦ blue 138

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

Shades of Dark Magenta #95158A

Tints of Dark Magenta #95158A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.81%

R = 48.38%
G = 6.82%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95158A (or 0x95158A) is known color: Dark Magenta. HEX triplet: 95, 15 and 8A. RGB value is (149,21,138). Sum of RGB (Red+Green+Blue) = 149+21+138=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95158A is #6AEA75. Grayscale: #484848. Windows color (decimal): -7006838 or 9049493. OLE color: 9049493.

HSL color Cylindrical-coordinate representation of color #95158A: hue angle of 305.16º 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 #95158A is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 138 -
CMYK 0 0.86 0.07 0.42
HSL 305.16º 0.75% 0.33% -
HSV(B) 305.16º 0.86% 0.58% -
XYZ 17.25 8.76 24.83 -
YUV 72.61 164.91 182.49 -
System Red Green Blue C M Y K H S L
Decimal 149 21 138 0 0.86 0.07 0.42 305.16 0.75 0.33
Hex 95 15 8A 0 56 7 2A 131 4B 21
Octal 225 25 212 0 126 7 52 461 113 41
Binary 10010101 10101 10001010 0 1010110 111 101010 100110001 1001011 100001

Color Harmonies of #95158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95158A

Black with #95158A

Text Example


Text Example

White with #95158A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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