Html Css Color HEX #9F2F93 Dark Purple

📋 copy color: '#9F2F93'

red 159 ◦ green 47 ◦ blue 147

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

Shades of Dark Purple #9F2F93

Tints of Dark Purple #9F2F93

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.31%

 BLUE value IS 147 (57.81% from 255) = 41.64%

R = 45.04%
G = 13.31%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F2F93 (or 0x9F2F93) is known color: Dark Purple. HEX triplet: 9F, 2F and 93. RGB value is (159,47,147). Sum of RGB (Red+Green+Blue) = 159+47+147=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2F93 is #60D06C. Grayscale: #5B5B5B. Windows color (decimal): -6344813 or 9645983. OLE color: 9645983.

HSL color Cylindrical-coordinate representation of color #9F2F93: hue angle of 306.43º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F2F93 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 47 147 -
CMYK 0 0.70 0.08 0.38
HSL 306.43º 0.54% 0.4% -
HSV(B) 306.43º 0.7% 0.62% -
XYZ 20.58 11.51 28.74 -
YUV 91.89 159.11 175.87 -
System Red Green Blue C M Y K H S L
Decimal 159 47 147 0 0.70 0.08 0.38 306.43 0.54 0.4
Hex 9F 2F 93 0 46 8 26 132 36 28
Octal 237 57 223 0 106 10 46 462 66 50
Binary 10011111 101111 10010011 0 1000110 1000 100110 100110010 110110 101000

Color Harmonies of #9F2F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2F93

Black with #9F2F93

Text Example


Text Example

White with #9F2F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,47,147); }

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

background-color css

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

 a { background-color: rgb(159,47,147); }

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

border-color css

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

 span { border-color: rgb(159,47,147); }

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