#964190

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

Shades of Vivid Violet #964190

Tints of Vivid Violet #964190

Color information

#964190 (or 0x964190) is unknown color: approx Vivid Violet. HEX triplet: 96, 41 and 90. RGB value is (150,65,144). Sum of RGB (Red+Green+Blue) = 150+65+144=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #964190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964190 is #69BE6F. Grayscale: #636363. Windows color (decimal): -6930032 or 9453974. OLE color: 9453974.

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

Color convert

RGB15065144-
CMYK00.570.040.41
HSL304.24º39.53%42.16%-
HSV(B)304.24º56.67%58.82%-
XYZ19.512.2827.73-
YUV99.42153.16164.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 144 (56.64% from 255) = 40.11%
R=41.78%
G=18.11%
B=40.11%

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
Decimal1506514400.570.040.41304.2439.5342.16
Hex964190039429130282a
Octal2261012200714514605052
Binary100101101000001100100000111001100101001100110000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964190; }

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

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

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

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

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

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

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

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