Html Css Color HEX #95139D Dark Magenta

📋 copy color: '#95139D'

red 149 ◦ green 19 ◦ blue 157

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

Shades of Dark Magenta #95139D

Tints of Dark Magenta #95139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.85%

 BLUE value IS 157 (61.72% from 255) = 48.31%

R = 45.85%
G = 5.85%
B = 48.31%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95139D (or 0x95139D) is known color: Dark Magenta. HEX triplet: 95, 13 and 9D. RGB value is (149,19,157). Sum of RGB (Red+Green+Blue) = 149+19+157=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #95139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95139D is #6AEC62. Grayscale: #494949. Windows color (decimal): -7007331 or 10294165. OLE color: 10294165.

HSL color Cylindrical-coordinate representation of color #95139D: hue angle of 296.52º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95139D is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 19 157 -
CMYK 0.05 0.88 0 0.38
HSL 296.52º 0.78% 0.35% -
HSV(B) 296.52º 0.88% 0.62% -
XYZ 18.71 9.29 32.71 -
YUV 73.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 149 19 157 0.05 0.88 0 0.38 296.52 0.78 0.35
Hex 95 13 9D 5 58 0 26 129 4E 23
Octal 225 23 235 5 130 0 46 451 116 43
Binary 10010101 10011 10011101 101 1011000 0 100110 100101001 1001110 100011

Color Harmonies of #95139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95139D

Black with #95139D

Text Example


Text Example

White with #95139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95139D; }

 p { color: rgb(149,19,157); }

 H1.HeaderClassName
 {
   color: #95139D;
 }
 .AnyTagClassName
 {
   color: #95139D;
 }
</style>

background-color css

<style>
 a { background-color: #95139D; }

 a { background-color: rgb(149,19,157); }

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

border-color css

<style>
 span { border-color: #95139D; }

 span { border-color: rgb(149,19,157); }

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