#964290

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

Shades of Vivid Violet #964290

Tints of Vivid Violet #964290

Color information

#964290 (or 0x964290) is unknown color: approx Vivid Violet. HEX triplet: 96, 42 and 90. RGB value is (150,66,144). Sum of RGB (Red+Green+Blue) = 150+66+144=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #964290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964290 is #69BD6F. Grayscale: #636363. Windows color (decimal): -6929776 or 9454230. OLE color: 9454230.

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

Color convert

RGB15066144-
CMYK00.560.040.41
HSL304.29º38.89%42.35%-
HSV(B)304.29º56%58.82%-
XYZ19.5612.3927.75-
YUV100.01152.83163.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 66 (26.17% from 255) = 18.33%
BLUE value IS 144 (56.64% from 255) = 40%
R=41.67%
G=18.33%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506614400.560.040.41304.2938.8942.35
Hex964290038429130272a
Octal2261022200704514604752
Binary100101101000010100100000111000100101001100110000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964290; }

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

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

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

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

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

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

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

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