Html Css Color HEX #95119B Dark Magenta

📋 copy color: '#95119B'

red 149 ◦ green 17 ◦ blue 155

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

Shades of Dark Magenta #95119B

Tints of Dark Magenta #95119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.3%

 BLUE value IS 155 (60.94% from 255) = 48.29%

R = 46.42%
G = 5.3%
B = 48.29%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95119B (or 0x95119B) is known color: Dark Magenta. HEX triplet: 95, 11 and 9B. RGB value is (149,17,155). Sum of RGB (Red+Green+Blue) = 149+17+155=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #95119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95119B is #6AEE64. Grayscale: #474747. Windows color (decimal): -7007845 or 10162581. OLE color: 10162581.

HSL color Cylindrical-coordinate representation of color #95119B: hue angle of 297.39º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95119B is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 17 155 -
CMYK 0.04 0.89 0 0.39
HSL 297.39º 0.8% 0.34% -
HSV(B) 297.39º 0.89% 0.61% -
XYZ 18.51 9.16 31.8 -
YUV 72.2 174.73 182.78 -
System Red Green Blue C M Y K H S L
Decimal 149 17 155 0.04 0.89 0 0.39 297.39 0.8 0.34
Hex 95 11 9B 4 59 0 27 129 50 22
Octal 225 21 233 4 131 0 47 451 120 42
Binary 10010101 10001 10011011 100 1011001 0 100111 100101001 1010000 100010

Color Harmonies of #95119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95119B

Black with #95119B

Text Example


Text Example

White with #95119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95119B; }

 p { color: rgb(149,17,155); }

 H1.HeaderClassName
 {
   color: #95119B;
 }
 .AnyTagClassName
 {
   color: #95119B;
 }
</style>

background-color css

<style>
 a { background-color: #95119B; }

 a { background-color: rgb(149,17,155); }

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

border-color css

<style>
 span { border-color: #95119B; }

 span { border-color: rgb(149,17,155); }

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