#963490

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

Shades of Vivid Violet #963490

Tints of Vivid Violet #963490

Color information

#963490 (or 0x963490) is unknown color: approx Vivid Violet. HEX triplet: 96, 34 and 90. RGB value is (150,52,144). Sum of RGB (Red+Green+Blue) = 150+52+144=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #963490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963490 is #69CB6F. Grayscale: #5B5B5B. Windows color (decimal): -6933360 or 9450646. OLE color: 9450646.

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

Color convert

RGB15052144-
CMYK00.650.040.41
HSL303.67º48.51%39.61%-
HSV(B)303.67º65.33%58.82%-
XYZ18.8410.9527.51-
YUV91.79157.47169.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 52 (20.70% from 255) = 15.03%
BLUE value IS 144 (56.64% from 255) = 41.62%
R=43.35%
G=15.03%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505214400.650.040.41303.6748.5139.61
Hex9634900414291303128
Octal2266422001014514606150
Binary100101101101001001000001000001100101001100110000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963490; }

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

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

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

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

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

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

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

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