Html Css Color HEX #9F2175 Dark Purple

📋 copy color: '#9F2175'

red 159 ◦ green 33 ◦ blue 117

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

Shades of Dark Purple #9F2175

Tints of Dark Purple #9F2175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.68%

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 51.46%
G = 10.68%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F2175 (or 0x9F2175) is known color: Dark Purple. HEX triplet: 9F, 21 and 75. RGB value is (159,33,117). Sum of RGB (Red+Green+Blue) = 159+33+117=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2175 is #60DE8A. Grayscale: #505050. Windows color (decimal): -6348427 or 7676319. OLE color: 7676319.

HSL color Cylindrical-coordinate representation of color #9F2175: hue angle of 320º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2175 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 33 117 -
CMYK 0 0.79 0.26 0.38
HSL 320º 0.66% 0.38% -
HSV(B) 320º 0.79% 0.62% -
XYZ 18.05 9.74 17.76 -
YUV 80.25 148.74 184.17 -
System Red Green Blue C M Y K H S L
Decimal 159 33 117 0 0.79 0.26 0.38 320 0.66 0.38
Hex 9F 21 75 0 4F 1A 26 140 42 26
Octal 237 41 165 0 117 32 46 500 102 46
Binary 10011111 100001 1110101 0 1001111 11010 100110 101000000 1000010 100110

Color Harmonies of #9F2175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2175

Black with #9F2175

Text Example


Text Example

White with #9F2175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,33,117); }

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

background-color css

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

 a { background-color: rgb(159,33,117); }

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

border-color css

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

 span { border-color: rgb(159,33,117); }

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