Html Css Color HEX #95087E Dark Magenta

📋 copy color: '#95087E'

red 149 ◦ green 8 ◦ blue 126

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

Shades of Dark Magenta #95087E

Tints of Dark Magenta #95087E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.52%

R = 52.65%
G = 2.83%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95087E (or 0x95087E) is known color: Dark Magenta. HEX triplet: 95, 08 and 7E. RGB value is (149,8,126). Sum of RGB (Red+Green+Blue) = 149+8+126=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #95087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95087E is #6AF781. Grayscale: #3F3F3F. Windows color (decimal): -7010178 or 8259733. OLE color: 8259733.

HSL color Cylindrical-coordinate representation of color #95087E: hue angle of 309.79º 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 #95087E is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 8 126 -
CMYK 0 0.95 0.15 0.42
HSL 309.79º 0.9% 0.31% -
HSV(B) 309.79º 0.95% 0.58% -
XYZ 16.25 8.07 20.44 -
YUV 63.61 163.21 188.91 -
System Red Green Blue C M Y K H S L
Decimal 149 8 126 0 0.95 0.15 0.42 309.79 0.9 0.31
Hex 95 8 7E 0 5F F 2A 136 5A 1F
Octal 225 10 176 0 137 17 52 466 132 37
Binary 10010101 1000 1111110 0 1011111 1111 101010 100110110 1011010 11111

Color Harmonies of #95087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95087E

Black with #95087E

Text Example


Text Example

White with #95087E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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