Html Css Color HEX #95027C Dark Magenta

📋 copy color: '#95027C'

red 149 ◦ green 2 ◦ blue 124

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

Shades of Dark Magenta #95027C

Tints of Dark Magenta #95027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 54.18%
G = 0.73%
B = 45.09%

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

#95027C (or 0x95027C) is known color: Dark Magenta. HEX triplet: 95, 02 and 7C. RGB value is (149,2,124). Sum of RGB (Red+Green+Blue) = 149+2+124=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95027C is #6AFD83. Grayscale: #3B3B3B. Windows color (decimal): -7011716 or 8127125. OLE color: 8127125.

HSL color Cylindrical-coordinate representation of color #95027C: hue angle of 310.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95027C is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 2 124 -
CMYK 0 0.99 0.17 0.42
HSL 310.2º 0.97% 0.3% -
HSV(B) 310.2º 0.99% 0.58% -
XYZ 16.05 7.89 19.75 -
YUV 59.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 149 2 124 0 0.99 0.17 0.42 310.2 0.97 0.3
Hex 95 2 7C 0 63 11 2A 136 61 1E
Octal 225 2 174 0 143 21 52 466 141 36
Binary 10010101 10 1111100 0 1100011 10001 101010 100110110 1100001 11110

Color Harmonies of #95027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95027C

Black with #95027C

Text Example


Text Example

White with #95027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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