Html Css Color HEX #9F0795 Dark Magenta

📋 copy color: '#9F0795'

red 159 ◦ green 7 ◦ blue 149

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

Shades of Dark Magenta #9F0795

Tints of Dark Magenta #9F0795

RGB

 RED value IS 159 (62.5% from 255) = 50.48%

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

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

R = 50.48%
G = 2.22%
B = 47.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F0795 (or 0x9F0795) is known color: Dark Magenta. HEX triplet: 9F, 07 and 95. RGB value is (159,7,149). Sum of RGB (Red+Green+Blue) = 159+7+149=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0795 is #60F86A. Grayscale: #444444. Windows color (decimal): -6355051 or 9766815. OLE color: 9766815.

HSL color Cylindrical-coordinate representation of color #9F0795: hue angle of 303.95º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0795 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 7 149 -
CMYK 0 0.96 0.06 0.38
HSL 303.95º 0.92% 0.33% -
HSV(B) 303.95º 0.96% 0.62% -
XYZ 19.8 9.69 29.26 -
YUV 68.64 173.36 192.45 -
System Red Green Blue C M Y K H S L
Decimal 159 7 149 0 0.96 0.06 0.38 303.95 0.92 0.33
Hex 9F 7 95 0 60 6 26 130 5C 21
Octal 237 7 225 0 140 6 46 460 134 41
Binary 10011111 111 10010101 0 1100000 110 100110 100110000 1011100 100001

Color Harmonies of #9F0795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0795

Black with #9F0795

Text Example


Text Example

White with #9F0795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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