#964090

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

Shades of Vivid Violet #964090

Tints of Vivid Violet #964090

Color information

#964090 (or 0x964090) is unknown color: approx Vivid Violet. HEX triplet: 96, 40 and 90. RGB value is (150,64,144). Sum of RGB (Red+Green+Blue) = 150+64+144=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #964090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964090 is #69BF6F. Grayscale: #626262. Windows color (decimal): -6930288 or 9453718. OLE color: 9453718.

HSL color Cylindrical-coordinate representation of color #964090: hue angle of 304.19º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964090 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB15064144-
CMYK00.570.040.41
HSL304.19º40.19%41.96%-
HSV(B)304.19º57.33%58.82%-
XYZ19.4512.1627.71-
YUV98.83153.49164.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 64 (25.39% from 255) = 17.88%
BLUE value IS 144 (56.64% from 255) = 40.22%
R=41.90%
G=17.88%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506414400.570.040.41304.1940.1941.96
Hex964090039429130282a
Octal2261002200714514605052
Binary100101101000000100100000111001100101001100110000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964090; }

 p { color: rgb(150,64,144); }

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

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

 a { background-color: rgb(150,64,144); }

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

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

 span { border-color: rgb(150,64,144); }

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