#9F2F98

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

Shades of Vivid Violet #9F2F98

Tints of Vivid Violet #9F2F98

Color information

#9F2F98 (or 0x9F2F98) is unknown color: approx Vivid Violet. HEX triplet: 9F, 2F and 98. RGB value is (159,47,152). Sum of RGB (Red+Green+Blue) = 159+47+152=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2F98 is #60D067. Grayscale: #5C5C5C. Windows color (decimal): -6344808 or 9973663. OLE color: 9973663.

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

Color convert

RGB15947152-
CMYK00.700.040.38
HSL303.75º54.37%40.39%-
HSV(B)303.75º70.44%62.35%-
XYZ20.9811.6730.85-
YUV92.46161.61175.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.41%
GREEN value IS 47 (18.75% from 255) = 13.13%
BLUE value IS 152 (59.77% from 255) = 42.46%
R=44.41%
G=13.13%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594715200.700.040.38303.7554.3740.39
Hex9F2F980464261303628
Octal2375723001064464606650
Binary100111111011111001100001000110100100110100110000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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