Html Css Color HEX #95168F Dark Magenta

📋 copy color: '#95168F'

red 149 ◦ green 22 ◦ blue 143

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

Shades of Dark Magenta #95168F

Tints of Dark Magenta #95168F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.01%

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

R = 47.45%
G = 7.01%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95168F (or 0x95168F) is known color: Dark Magenta. HEX triplet: 95, 16 and 8F. RGB value is (149,22,143). Sum of RGB (Red+Green+Blue) = 149+22+143=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #95168F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95168F is #6AE970. Grayscale: #494949. Windows color (decimal): -7006577 or 9377429. OLE color: 9377429.

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

Color convert

RGB 149 22 143 -
CMYK 0 0.85 0.04 0.42
HSL 302.83º 0.74% 0.34% -
HSV(B) 302.83º 0.85% 0.58% -
XYZ 17.64 8.95 26.78 -
YUV 73.77 167.08 181.66 -
System Red Green Blue C M Y K H S L
Decimal 149 22 143 0 0.85 0.04 0.42 302.83 0.74 0.34
Hex 95 16 8F 0 55 4 2A 12F 4A 22
Octal 225 26 217 0 125 4 52 457 112 42
Binary 10010101 10110 10001111 0 1010101 100 101010 100101111 1001010 100010

Color Harmonies of #95168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95168F

Black with #95168F

Text Example


Text Example

White with #95168F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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