#96319F

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

Shades of Vivid Violet #96319F

Tints of Vivid Violet #96319F

Color information

#96319F (or 0x96319F) is unknown color: approx Vivid Violet. HEX triplet: 96, 31 and 9F. RGB value is (150,49,159). Sum of RGB (Red+Green+Blue) = 150+49+159=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #96319F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96319F is #69CE60. Grayscale: #5B5B5B. Windows color (decimal): -6934113 or 10432918. OLE color: 10432918.

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

Color convert

RGB15049159-
CMYK0.060.6900.38
HSL295.09º52.88%40.78%-
HSV(B)295.09º69.18%62.35%-
XYZ19.9311.1833.91-
YUV91.74165.96169.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 49 (19.53% from 255) = 13.69%
BLUE value IS 159 (62.5% from 255) = 44.41%
R=41.90%
G=13.69%
B=44.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150491590.060.6900.38295.0952.8840.78
Hex96319F6450261273529
Octal2266123761050464476551
Binary100101101100011001111111010001010100110100100111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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