#963EA6

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

Shades of Vivid Violet #963EA6

Tints of Vivid Violet #963EA6

Color information

#963EA6 (or 0x963EA6) is unknown color: approx Vivid Violet. HEX triplet: 96, 3E and A6. RGB value is (150,62,166). Sum of RGB (Red+Green+Blue) = 150+62+166=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 166 - color contains mainly: blue. Hex color #963EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963EA6 is #69C159. Grayscale: #636363. Windows color (decimal): -6930778 or 10894998. OLE color: 10894998.

HSL color Cylindrical-coordinate representation of color #963EA6: hue angle of 290.77º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963EA6 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15062166-
CMYK0.100.6300.35
HSL290.77º45.61%44.71%-
HSV(B)290.77º62.65%65.1%-
XYZ21.1812.6837.41-
YUV100.17165.15163.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 62 (24.61% from 255) = 16.40%
BLUE value IS 166 (65.23% from 255) = 43.92%
R=39.68%
G=16.40%
B=43.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150621660.100.6300.35290.7745.6144.71
Hex963EA6A3F0231232e2d
Octal2267624612770434435655
Binary100101101111101010011010101111110100011100100011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963EA6; }

 p { color: rgb(150,62,166); }

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

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

 a { background-color: rgb(150,62,166); }

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

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

 span { border-color: rgb(150,62,166); }

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