Html Css Color HEX #95087C Dark Magenta

📋 copy color: '#95087C'

red 149 ◦ green 8 ◦ blue 124

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

Shades of Dark Magenta #95087C

Tints of Dark Magenta #95087C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

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

R = 53.02%
G = 2.85%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95087C (or 0x95087C) is known color: Dark Magenta. HEX triplet: 95, 08 and 7C. RGB value is (149,8,124). Sum of RGB (Red+Green+Blue) = 149+8+124=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #95087C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95087C is #6AF783. Grayscale: #3F3F3F. Windows color (decimal): -7010180 or 8128661. OLE color: 8128661.

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

Color convert

RGB 149 8 124 -
CMYK 0 0.95 0.17 0.42
HSL 310.64º 0.9% 0.31% -
HSV(B) 310.64º 0.95% 0.58% -
XYZ 16.12 8.02 19.77 -
YUV 63.38 162.21 189.07 -
System Red Green Blue C M Y K H S L
Decimal 149 8 124 0 0.95 0.17 0.42 310.64 0.9 0.31
Hex 95 8 7C 0 5F 11 2A 137 5A 1F
Octal 225 10 174 0 137 21 52 467 132 37
Binary 10010101 1000 1111100 0 1011111 10001 101010 100110111 1011010 11111

Color Harmonies of #95087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95087C

Black with #95087C

Text Example


Text Example

White with #95087C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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