#964191

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

Shades of Vivid Violet #964191

Tints of Vivid Violet #964191

Color information

#964191 (or 0x964191) is unknown color: approx Vivid Violet. HEX triplet: 96, 41 and 91. RGB value is (150,65,145). Sum of RGB (Red+Green+Blue) = 150+65+145=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #964191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964191 is #69BE6E. Grayscale: #636363. Windows color (decimal): -6930031 or 9519510. OLE color: 9519510.

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

Color convert

RGB15065145-
CMYK00.570.030.41
HSL303.53º39.53%42.16%-
HSV(B)303.53º56.67%58.82%-
XYZ19.5812.3128.13-
YUV99.54153.66164-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 65 (25.78% from 255) = 18.06%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=41.67%
G=18.06%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506514500.570.030.41303.5339.5342.16
Hex964191039329130282a
Octal2261012210713514605052
Binary10010110100000110010001011100111101001100110000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964191; }

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

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

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

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

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

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

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

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