Html Css Color HEX #95078D Dark Magenta

📋 copy color: '#95078D'

red 149 ◦ green 7 ◦ blue 141

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

Shades of Dark Magenta #95078D

Tints of Dark Magenta #95078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.47%

R = 50.17%
G = 2.36%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95078D (or 0x95078D) is known color: Dark Magenta. HEX triplet: 95, 07 and 8D. RGB value is (149,7,141). Sum of RGB (Red+Green+Blue) = 149+7+141=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #95078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95078D is #6AF872. Grayscale: #404040. Windows color (decimal): -7010419 or 9242517. OLE color: 9242517.

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

Color convert

RGB 149 7 141 -
CMYK 0 0.95 0.05 0.42
HSL 303.38º 0.91% 0.31% -
HSV(B) 303.38º 0.95% 0.58% -
XYZ 17.28 8.46 25.92 -
YUV 64.73 171.04 188.1 -
System Red Green Blue C M Y K H S L
Decimal 149 7 141 0 0.95 0.05 0.42 303.38 0.91 0.31
Hex 95 7 8D 0 5F 5 2A 12F 5B 1F
Octal 225 7 215 0 137 5 52 457 133 37
Binary 10010101 111 10001101 0 1011111 101 101010 100101111 1011011 11111

Color Harmonies of #95078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95078D

Black with #95078D

Text Example


Text Example

White with #95078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95078D; }

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

 H1.HeaderClassName
 {
   color: #95078D;
 }
 .AnyTagClassName
 {
   color: #95078D;
 }
</style>

background-color css

<style>
 a { background-color: #95078D; }

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

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

border-color css

<style>
 span { border-color: #95078D; }

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

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