#9F3395

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

Shades of Vivid Violet #9F3395

Tints of Vivid Violet #9F3395

Color information

#9F3395 (or 0x9F3395) is unknown color: approx Vivid Violet. HEX triplet: 9F, 33 and 95. RGB value is (159,51,149). Sum of RGB (Red+Green+Blue) = 159+51+149=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3395 is #60CC6A. Grayscale: #5E5E5E. Windows color (decimal): -6343787 or 9778079. OLE color: 9778079.

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

Color convert

RGB15951149-
CMYK00.680.060.38
HSL305.56º51.43%41.18%-
HSV(B)305.56º67.92%62.35%-
XYZ20.9111.9129.63-
YUV94.46158.78174.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.29%
GREEN value IS 51 (20.31% from 255) = 14.21%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=44.29%
G=14.21%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595114900.680.060.38305.5651.4341.18
Hex9F33950446261323329
Octal2376322501046464626351
Binary100111111100111001010101000100110100110100110010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,51,149); }

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

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

 a { background-color: rgb(159,51,149); }

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

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

 span { border-color: rgb(159,51,149); }

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