#9F3896

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

Shades of Vivid Violet #9F3896

Tints of Vivid Violet #9F3896

Color information

#9F3896 (or 0x9F3896) is unknown color: approx Vivid Violet. HEX triplet: 9F, 38 and 96. RGB value is (159,56,150). Sum of RGB (Red+Green+Blue) = 159+56+150=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3896 is #60C769. Grayscale: #616161. Windows color (decimal): -6342506 or 9844895. OLE color: 9844895.

HSL color Cylindrical-coordinate representation of color #9F3896: hue angle of 305.24º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F3896 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB15956150-
CMYK00.650.060.38
HSL305.24º47.91%42.16%-
HSV(B)305.24º64.78%62.35%-
XYZ21.2212.430.13-
YUV97.51157.62171.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.56%
GREEN value IS 56 (22.27% from 255) = 15.34%
BLUE value IS 150 (58.98% from 255) = 41.10%
R=43.56%
G=15.34%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595615000.650.060.38305.2447.9142.16
Hex9F3896041626131302a
Octal2377022601016464616052
Binary100111111110001001011001000001110100110100110001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,56,150); }

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

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

 a { background-color: rgb(159,56,150); }

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

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

 span { border-color: rgb(159,56,150); }

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