#963AA6

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

Shades of Vivid Violet #963AA6

Tints of Vivid Violet #963AA6

Color information

#963AA6 (or 0x963AA6) is unknown color: approx Vivid Violet. HEX triplet: 96, 3A and A6. RGB value is (150,58,166). Sum of RGB (Red+Green+Blue) = 150+58+166=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 166 - color contains mainly: blue. Hex color #963AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963AA6 is #69C559. Grayscale: #616161. Windows color (decimal): -6931802 or 10893974. OLE color: 10893974.

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

Color convert

RGB15058166-
CMYK0.100.6500.35
HSL291.11º48.21%43.92%-
HSV(B)291.11º65.06%65.1%-
XYZ20.9712.2637.34-
YUV97.82166.48165.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.11%
GREEN value IS 58 (23.05% from 255) = 15.51%
BLUE value IS 166 (65.23% from 255) = 44.39%
R=40.11%
G=15.51%
B=44.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150581660.100.6500.35291.1148.2143.92
Hex963AA6A41023123302c
Octal22672246121010434436054
Binary1001011011101010100110101010000010100011100100011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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