Html Css Color HEX #95017C Dark Magenta

📋 copy color: '#95017C'

red 149 ◦ green 1 ◦ blue 124

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

Shades of Dark Magenta #95017C

Tints of Dark Magenta #95017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.26%

R = 54.38%
G = 0.36%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95017C (or 0x95017C) is known color: Dark Magenta. HEX triplet: 95, 01 and 7C. RGB value is (149,1,124). Sum of RGB (Red+Green+Blue) = 149+1+124=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #95017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95017C is #6AFE83. Grayscale: #3A3A3A. Windows color (decimal): -7011972 or 8126869. OLE color: 8126869.

HSL color Cylindrical-coordinate representation of color #95017C: hue angle of 310.14º 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 #95017C is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 1 124 -
CMYK 0 0.99 0.17 0.42
HSL 310.14º 0.99% 0.29% -
HSV(B) 310.14º 0.99% 0.58% -
XYZ 16.04 7.87 19.74 -
YUV 59.27 164.53 192 -
System Red Green Blue C M Y K H S L
Decimal 149 1 124 0 0.99 0.17 0.42 310.14 0.99 0.29
Hex 95 1 7C 0 63 11 2A 136 63 1D
Octal 225 1 174 0 143 21 52 466 143 35
Binary 10010101 1 1111100 0 1100011 10001 101010 100110110 1100011 11101

Color Harmonies of #95017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95017C

Black with #95017C

Text Example


Text Example

White with #95017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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