#963190

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

Shades of Vivid Violet #963190

Tints of Vivid Violet #963190

Color information

#963190 (or 0x963190) is unknown color: approx Vivid Violet. HEX triplet: 96, 31 and 90. RGB value is (150,49,144). Sum of RGB (Red+Green+Blue) = 150+49+144=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #963190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963190 is #69CE6F. Grayscale: #595959. Windows color (decimal): -6934128 or 9449878. OLE color: 9449878.

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

Color convert

RGB15049144-
CMYK00.670.040.41
HSL303.56º50.75%39.02%-
HSV(B)303.56º67.33%58.82%-
XYZ18.7110.6927.46-
YUV90.03158.46170.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 49 (19.53% from 255) = 14.29%
BLUE value IS 144 (56.64% from 255) = 41.98%
R=43.73%
G=14.29%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504914400.670.040.41303.5650.7539.02
Hex9631900434291303327
Octal2266122001034514606347
Binary100101101100011001000001000011100101001100110000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963190; }

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

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

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

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

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

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

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

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