#963391

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

Shades of Vivid Violet #963391

Tints of Vivid Violet #963391

Color information

#963391 (or 0x963391) is unknown color: approx Vivid Violet. HEX triplet: 96, 33 and 91. RGB value is (150,51,145). Sum of RGB (Red+Green+Blue) = 150+51+145=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #963391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963391 is #69CC6E. Grayscale: #5B5B5B. Windows color (decimal): -6933615 or 9515926. OLE color: 9515926.

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

Color convert

RGB15051145-
CMYK00.660.030.41
HSL303.03º49.25%39.41%-
HSV(B)303.03º66%58.82%-
XYZ18.8710.927.9-
YUV91.32158.3169.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 51 (20.31% from 255) = 14.74%
BLUE value IS 145 (57.03% from 255) = 41.91%
R=43.35%
G=14.74%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505114500.660.030.41303.0349.2539.41
Hex96339104232912f3127
Octal2266322101023514576147
Binary10010110110011100100010100001011101001100101111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963391; }

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

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

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

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

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

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

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

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