Html Css Color HEX #95078F Dark Magenta

📋 copy color: '#95078F'

red 149 ◦ green 7 ◦ blue 143

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

Shades of Dark Magenta #95078F

Tints of Dark Magenta #95078F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.83%

R = 49.83%
G = 2.34%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95078F (or 0x95078F) is known color: Dark Magenta. HEX triplet: 95, 07 and 8F. RGB value is (149,7,143). Sum of RGB (Red+Green+Blue) = 149+7+143=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #95078F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95078F is #6AF870. Grayscale: #404040. Windows color (decimal): -7010417 or 9373589. OLE color: 9373589.

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

Color convert

RGB 149 7 143 -
CMYK 0 0.95 0.04 0.42
HSL 302.54º 0.91% 0.31% -
HSV(B) 302.54º 0.95% 0.58% -
XYZ 17.43 8.52 26.71 -
YUV 64.96 172.04 187.94 -
System Red Green Blue C M Y K H S L
Decimal 149 7 143 0 0.95 0.04 0.42 302.54 0.91 0.31
Hex 95 7 8F 0 5F 4 2A 12F 5B 1F
Octal 225 7 217 0 137 4 52 457 133 37
Binary 10010101 111 10001111 0 1011111 100 101010 100101111 1011011 11111

Color Harmonies of #95078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95078F

Black with #95078F

Text Example


Text Example

White with #95078F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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