#96339F

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

Shades of Vivid Violet #96339F

Tints of Vivid Violet #96339F

Color information

#96339F (or 0x96339F) is unknown color: approx Vivid Violet. HEX triplet: 96, 33 and 9F. RGB value is (150,51,159). Sum of RGB (Red+Green+Blue) = 150+51+159=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #96339F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96339F is #69CC60. Grayscale: #5C5C5C. Windows color (decimal): -6933601 or 10433430. OLE color: 10433430.

HSL color Cylindrical-coordinate representation of color #96339F: hue angle of 295º 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 #96339F is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15051159-
CMYK0.060.6800.38
HSL295º51.43%41.18%-
HSV(B)295º67.92%62.35%-
XYZ20.0211.3533.94-
YUV92.91165.3168.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 51 (20.31% from 255) = 14.17%
BLUE value IS 159 (62.5% from 255) = 44.17%
R=41.67%
G=14.17%
B=44.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150511590.060.6800.3829551.4341.18
Hex96339F6440261273329
Octal2266323761040464476351
Binary100101101100111001111111010001000100110100100111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96339F; }

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

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

<style>
 a { background-color: #96339F; }

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

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

<style>
 span { border-color: #96339F; }

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

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