Html Css Color HEX #95118F Dark Magenta

📋 copy color: '#95118F'

red 149 ◦ green 17 ◦ blue 143

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

Shades of Dark Magenta #95118F

Tints of Dark Magenta #95118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 46.28%

R = 48.22%
G = 5.5%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95118F (or 0x95118F) is known color: Dark Magenta. HEX triplet: 95, 11 and 8F. RGB value is (149,17,143). Sum of RGB (Red+Green+Blue) = 149+17+143=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95118F is #6AEE70. Grayscale: #464646. Windows color (decimal): -7007857 or 9376149. OLE color: 9376149.

HSL color Cylindrical-coordinate representation of color #95118F: hue angle of 302.73º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95118F is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 143 -
CMYK 0 0.89 0.04 0.42
HSL 302.73º 0.8% 0.33% -
HSV(B) 302.73º 0.89% 0.58% -
XYZ 17.55 8.77 26.75 -
YUV 70.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 149 17 143 0 0.89 0.04 0.42 302.73 0.8 0.33
Hex 95 11 8F 0 59 4 2A 12F 50 21
Octal 225 21 217 0 131 4 52 457 120 41
Binary 10010101 10001 10001111 0 1011001 100 101010 100101111 1010000 100001

Color Harmonies of #95118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95118F

Black with #95118F

Text Example


Text Example

White with #95118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95118F; }

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

 H1.HeaderClassName
 {
   color: #95118F;
 }
 .AnyTagClassName
 {
   color: #95118F;
 }
</style>

background-color css

<style>
 a { background-color: #95118F; }

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

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

border-color css

<style>
 span { border-color: #95118F; }

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

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