Html Css Color HEX #9F2978 Dark Purple

📋 copy color: '#9F2978'

red 159 ◦ green 41 ◦ blue 120

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

Shades of Dark Purple #9F2978

Tints of Dark Purple #9F2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.81%

 BLUE value IS 120 (47.27% from 255) = 37.5%

R = 49.69%
G = 12.81%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F2978 (or 0x9F2978) is known color: Dark Purple. HEX triplet: 9F, 29 and 78. RGB value is (159,41,120). Sum of RGB (Red+Green+Blue) = 159+41+120=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2978 is #60D687. Grayscale: #555555. Windows color (decimal): -6346376 or 7874975. OLE color: 7874975.

HSL color Cylindrical-coordinate representation of color #9F2978: hue angle of 319.83º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2978 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 41 120 -
CMYK 0 0.74 0.25 0.38
HSL 319.83º 0.59% 0.39% -
HSV(B) 319.83º 0.74% 0.62% -
XYZ 18.48 10.31 18.79 -
YUV 85.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 159 41 120 0 0.74 0.25 0.38 319.83 0.59 0.39
Hex 9F 29 78 0 4A 19 26 140 3B 27
Octal 237 51 170 0 112 31 46 500 73 47
Binary 10011111 101001 1111000 0 1001010 11001 100110 101000000 111011 100111

Color Harmonies of #9F2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2978

Black with #9F2978

Text Example


Text Example

White with #9F2978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,41,120); }

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

background-color css

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

 a { background-color: rgb(159,41,120); }

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

border-color css

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

 span { border-color: rgb(159,41,120); }

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