#9F2F9E

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

Shades of Vivid Violet #9F2F9E

Tints of Vivid Violet #9F2F9E

Color information

#9F2F9E (or 0x9F2F9E) is unknown color: approx Vivid Violet. HEX triplet: 9F, 2F and 9E. RGB value is (159,47,158). Sum of RGB (Red+Green+Blue) = 159+47+158=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2F9E is #60D061. Grayscale: #5C5C5C. Windows color (decimal): -6344802 or 10366879. OLE color: 10366879.

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

Color convert

RGB15947158-
CMYK00.700.010.38
HSL300.54º54.37%40.39%-
HSV(B)300.54º70.44%62.35%-
XYZ21.4911.8733.51-
YUV93.14164.61174.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.68%
GREEN value IS 47 (18.75% from 255) = 12.91%
BLUE value IS 158 (62.11% from 255) = 43.41%
R=43.68%
G=12.91%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594715800.700.010.38300.5454.3740.39
Hex9F2F9E04612612d3628
Octal2375723601061464556650
Binary1001111110111110011110010001101100110100101101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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