Html Css Color HEX #95007C Dark Magenta

📋 copy color: '#95007C'

red 149 ◦ green 0 ◦ blue 124

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

Shades of Dark Magenta #95007C

Tints of Dark Magenta #95007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 54.58%
G = 0%
B = 45.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95007C (or 0x95007C) is known color: Dark Magenta. HEX triplet: 95, 00 and 7C. RGB value is (149,0,124). Sum of RGB (Red+Green+Blue) = 149+0+124=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #95007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95007C is #6AFF83. Grayscale: #3A3A3A. Windows color (decimal): -7012228 or 8126613. OLE color: 8126613.

HSL color Cylindrical-coordinate representation of color #95007C: hue angle of 310.07º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95007C is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 0 124 -
CMYK 0 1 0.17 0.42
HSL 310.07º 1% 0.29% -
HSV(B) 310.07º 1% 0.58% -
XYZ 16.03 7.84 19.74 -
YUV 58.69 164.86 192.42 -
System Red Green Blue C M Y K H S L
Decimal 149 0 124 0 1 0.17 0.42 310.07 1 0.29
Hex 95 0 7C 0 64 11 2A 136 64 1D
Octal 225 0 174 0 144 21 52 466 144 35
Binary 10010101 0 1111100 0 1100100 10001 101010 100110110 1100100 11101

Color Harmonies of #95007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95007C

Black with #95007C

Text Example


Text Example

White with #95007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95007C; }

 p { color: rgb(149,0,124); }

 H1.HeaderClassName
 {
   color: #95007C;
 }
 .AnyTagClassName
 {
   color: #95007C;
 }
</style>

background-color css

<style>
 a { background-color: #95007C; }

 a { background-color: rgb(149,0,124); }

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

border-color css

<style>
 span { border-color: #95007C; }

 span { border-color: rgb(149,0,124); }

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