#9F2F94

Color #9F2F94 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #9F2F94

Tints of Vivid Violet #9F2F94

Color information

#9F2F94 (or 0x9F2F94) is unknown color: approx Vivid Violet. HEX triplet: 9F, 2F and 94. RGB value is (159,47,148). Sum of RGB (Red+Green+Blue) = 159+47+148=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2F94 is #60D06B. Grayscale: #5B5B5B. Windows color (decimal): -6344812 or 9711519. OLE color: 9711519.

HSL color Cylindrical-coordinate representation of color #9F2F94: hue angle of 305.89º 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 #9F2F94 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB15947148-
CMYK00.700.070.38
HSL305.89º54.37%40.39%-
HSV(B)305.89º70.44%62.35%-
XYZ20.6611.5429.16-
YUV92159.61175.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.92%
GREEN value IS 47 (18.75% from 255) = 13.28%
BLUE value IS 148 (58.20% from 255) = 41.81%
R=44.92%
G=13.28%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594714800.700.070.38305.8954.3740.39
Hex9F2F940467261323628
Octal2375722401067464626650
Binary100111111011111001010001000110111100110100110010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F2F94;
 }
 .AnyTagClassName
 {
   color: #9F2F94;
 }
</style>
background-color css

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

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

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

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

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

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