#963491

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

Shades of Vivid Violet #963491

Tints of Vivid Violet #963491

Color information

#963491 (or 0x963491) is unknown color: approx Vivid Violet. HEX triplet: 96, 34 and 91. RGB value is (150,52,145). Sum of RGB (Red+Green+Blue) = 150+52+145=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #963491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963491 is #69CB6E. Grayscale: #5B5B5B. Windows color (decimal): -6933359 or 9516182. OLE color: 9516182.

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

Color convert

RGB15052145-
CMYK00.650.030.41
HSL303.06º48.51%39.61%-
HSV(B)303.06º65.33%58.82%-
XYZ18.9210.9827.91-
YUV91.9157.97169.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 52 (20.70% from 255) = 14.99%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=43.23%
G=14.99%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505214500.650.030.41303.0648.5139.61
Hex96349104132912f3128
Octal2266422101013514576150
Binary10010110110100100100010100000111101001100101111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963491; }

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

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

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

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

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

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

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

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