Html Css Color HEX #9F2092 Dark Purple

📋 copy color: '#9F2092'

red 159 ◦ green 32 ◦ blue 146

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

Shades of Dark Purple #9F2092

Tints of Dark Purple #9F2092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.5%

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 47.18%
G = 9.5%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9F2092 (or 0x9F2092) is known color: Dark Purple. HEX triplet: 9F, 20 and 92. RGB value is (159,32,146). Sum of RGB (Red+Green+Blue) = 159+32+146=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2092 is #60DF6D. Grayscale: #525252. Windows color (decimal): -6348654 or 9576607. OLE color: 9576607.

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

Color convert

RGB 159 32 146 -
CMYK 0 0.80 0.08 0.38
HSL 306.14º 0.66% 0.37% -
HSV(B) 306.14º 0.8% 0.62% -
XYZ 20 10.48 28.16 -
YUV 82.97 163.58 182.23 -
System Red Green Blue C M Y K H S L
Decimal 159 32 146 0 0.80 0.08 0.38 306.14 0.66 0.37
Hex 9F 20 92 0 50 8 26 132 42 25
Octal 237 40 222 0 120 10 46 462 102 45
Binary 10011111 100000 10010010 0 1010000 1000 100110 100110010 1000010 100101

Color Harmonies of #9F2092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2092

Black with #9F2092

Text Example


Text Example

White with #9F2092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,32,146); }

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

background-color css

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

 a { background-color: rgb(159,32,146); }

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

border-color css

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

 span { border-color: rgb(159,32,146); }

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