Html Css Color HEX #9C0795 Dark Magenta

📋 copy color: '#9C0795'

red 156 ◦ green 7 ◦ blue 149

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

Shades of Dark Magenta #9C0795

Tints of Dark Magenta #9C0795

RGB

 RED value IS 156 (61.33% from 255) = 50%

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

 BLUE value IS 149 (58.59% from 255) = 47.76%

R = 50%
G = 2.24%
B = 47.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C0795 (or 0x9C0795) is known color: Dark Magenta. HEX triplet: 9C, 07 and 95. RGB value is (156,7,149). Sum of RGB (Red+Green+Blue) = 156+7+149=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0795 is #63F86A. Grayscale: #434343. Windows color (decimal): -6551659 or 9766812. OLE color: 9766812.

HSL color Cylindrical-coordinate representation of color #9C0795: hue angle of 302.82º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0795 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 7 149 -
CMYK 0 0.96 0.04 0.39
HSL 302.82º 0.91% 0.32% -
HSV(B) 302.82º 0.96% 0.61% -
XYZ 19.21 9.39 29.23 -
YUV 67.74 173.86 190.95 -
System Red Green Blue C M Y K H S L
Decimal 156 7 149 0 0.96 0.04 0.39 302.82 0.91 0.32
Hex 9C 7 95 0 60 4 27 12F 5B 20
Octal 234 7 225 0 140 4 47 457 133 40
Binary 10011100 111 10010101 0 1100000 100 100111 100101111 1011011 100000

Color Harmonies of #9C0795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0795

Black with #9C0795

Text Example


Text Example

White with #9C0795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C0795; }

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

 H1.HeaderClassName
 {
   color: #9C0795;
 }
 .AnyTagClassName
 {
   color: #9C0795;
 }
</style>

background-color css

<style>
 a { background-color: #9C0795; }

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

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

border-color css

<style>
 span { border-color: #9C0795; }

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

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