#96328E

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

Shades of Vivid Violet #96328E

Tints of Vivid Violet #96328E

Color information

#96328E (or 0x96328E) is unknown color: approx Vivid Violet. HEX triplet: 96, 32 and 8E. RGB value is (150,50,142). Sum of RGB (Red+Green+Blue) = 150+50+142=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96328E is #69CD71. Grayscale: #5A5A5A. Windows color (decimal): -6933874 or 9319062. OLE color: 9319062.

HSL color Cylindrical-coordinate representation of color #96328E: hue angle of 304.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96328E is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15050142-
CMYK00.670.050.41
HSL304.8º50%39.22%-
HSV(B)304.8º66.67%58.82%-
XYZ18.610.7226.68-
YUV90.39157.13170.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 50 (19.92% from 255) = 14.62%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=43.86%
G=14.62%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505014200.670.050.41304.85039.22
Hex96328E0435291313227
Octal2266221601035514616247
Binary100101101100101000111001000011101101001100110001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96328E; }

 p { color: rgb(150,50,142); }

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

<style>
 a { background-color: #96328E; }

 a { background-color: rgb(150,50,142); }

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

<style>
 span { border-color: #96328E; }

 span { border-color: rgb(150,50,142); }

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