Html Css Color HEX #95078B Dark Magenta

📋 copy color: '#95078B'

red 149 ◦ green 7 ◦ blue 139

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

Shades of Dark Magenta #95078B

Tints of Dark Magenta #95078B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.12%

R = 50.51%
G = 2.37%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95078B (or 0x95078B) is known color: Dark Magenta. HEX triplet: 95, 07 and 8B. RGB value is (149,7,139). Sum of RGB (Red+Green+Blue) = 149+7+139=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95078B is #6AF874. Grayscale: #404040. Windows color (decimal): -7010421 or 9111445. OLE color: 9111445.

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

Color convert

RGB 149 7 139 -
CMYK 0 0.95 0.07 0.42
HSL 304.23º 0.91% 0.31% -
HSV(B) 304.23º 0.95% 0.58% -
XYZ 17.13 8.41 25.15 -
YUV 64.51 170.04 188.27 -
System Red Green Blue C M Y K H S L
Decimal 149 7 139 0 0.95 0.07 0.42 304.23 0.91 0.31
Hex 95 7 8B 0 5F 7 2A 130 5B 1F
Octal 225 7 213 0 137 7 52 460 133 37
Binary 10010101 111 10001011 0 1011111 111 101010 100110000 1011011 11111

Color Harmonies of #95078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95078B

Black with #95078B

Text Example


Text Example

White with #95078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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