Html Css Color HEX #95017D Dark Magenta

📋 copy color: '#95017D'

red 149 ◦ green 1 ◦ blue 125

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

Shades of Dark Magenta #95017D

Tints of Dark Magenta #95017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 125 (49.22% from 255) = 45.45%

R = 54.18%
G = 0.36%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95017D (or 0x95017D) is known color: Dark Magenta. HEX triplet: 95, 01 and 7D. RGB value is (149,1,125). Sum of RGB (Red+Green+Blue) = 149+1+125=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95017D is #6AFE82. Grayscale: #3B3B3B. Windows color (decimal): -7011971 or 8192405. OLE color: 8192405.

HSL color Cylindrical-coordinate representation of color #95017D: hue angle of 309.73º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95017D is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 1 125 -
CMYK 0 0.99 0.16 0.42
HSL 309.73º 0.99% 0.29% -
HSV(B) 309.73º 0.99% 0.58% -
XYZ 16.11 7.89 20.08 -
YUV 59.39 165.03 191.92 -
System Red Green Blue C M Y K H S L
Decimal 149 1 125 0 0.99 0.16 0.42 309.73 0.99 0.29
Hex 95 1 7D 0 63 10 2A 136 63 1D
Octal 225 1 175 0 143 20 52 466 143 35
Binary 10010101 1 1111101 0 1100011 10000 101010 100110110 1100011 11101

Color Harmonies of #95017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95017D

Black with #95017D

Text Example


Text Example

White with #95017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,1,125); }

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

background-color css

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

 a { background-color: rgb(149,1,125); }

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

border-color css

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

 span { border-color: rgb(149,1,125); }

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