Html Css Color HEX #95077E Dark Magenta

📋 copy color: '#95077E'

red 149 ◦ green 7 ◦ blue 126

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

Shades of Dark Magenta #95077E

Tints of Dark Magenta #95077E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.48%

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

R = 52.84%
G = 2.48%
B = 44.68%

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

#95077E (or 0x95077E) is known color: Dark Magenta. HEX triplet: 95, 07 and 7E. RGB value is (149,7,126). Sum of RGB (Red+Green+Blue) = 149+7+126=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #95077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95077E is #6AF881. Grayscale: #3E3E3E. Windows color (decimal): -7010434 or 8259477. OLE color: 8259477.

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

Color convert

RGB 149 7 126 -
CMYK 0 0.95 0.15 0.42
HSL 309.72º 0.91% 0.31% -
HSV(B) 309.72º 0.95% 0.58% -
XYZ 16.24 8.05 20.44 -
YUV 63.02 163.54 189.32 -
System Red Green Blue C M Y K H S L
Decimal 149 7 126 0 0.95 0.15 0.42 309.72 0.91 0.31
Hex 95 7 7E 0 5F F 2A 136 5B 1F
Octal 225 7 176 0 137 17 52 466 133 37
Binary 10010101 111 1111110 0 1011111 1111 101010 100110110 1011011 11111

Color Harmonies of #95077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95077E

Black with #95077E

Text Example


Text Example

White with #95077E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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