#964291

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

Shades of Vivid Violet #964291

Tints of Vivid Violet #964291

Color information

#964291 (or 0x964291) is unknown color: approx Vivid Violet. HEX triplet: 96, 42 and 91. RGB value is (150,66,145). Sum of RGB (Red+Green+Blue) = 150+66+145=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #964291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964291 is #69BD6E. Grayscale: #636363. Windows color (decimal): -6929775 or 9519766. OLE color: 9519766.

HSL color Cylindrical-coordinate representation of color #964291: hue angle of 303.57º 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 #964291 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15066145-
CMYK00.560.030.41
HSL303.57º38.89%42.35%-
HSV(B)303.57º56%58.82%-
XYZ19.6412.4228.15-
YUV100.12153.33163.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 145 (57.03% from 255) = 40.17%
R=41.55%
G=18.28%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506614500.560.030.41303.5738.8942.35
Hex964291038329130272a
Octal2261022210703514604752
Binary10010110100001010010001011100011101001100110000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964291; }

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

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

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

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

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

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

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

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