#963aaa

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

Shades of Vivid Violet #963AAA

Tints of Vivid Violet #963AAA

Color information

#963AAA (or 0x963AAA) is unknown color: approx Vivid Violet. HEX triplet: 96, 3A and AA. RGB value is (150,58,170). Sum of RGB (Red+Green+Blue) = 150+58+170=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #963AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963AAA is #69C555. Grayscale: #616161. Windows color (decimal): -6931798 or 11156118. OLE color: 11156118.

HSL color Cylindrical-coordinate representation of color #963AAA: hue angle of 289.29º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963AAA is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15058170-
CMYK0.120.6600.33
HSL289.29º49.12%44.71%-
HSV(B)289.29º65.88%66.67%-
XYZ21.3512.4139.3-
YUV98.28168.48164.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 58 (23.05% from 255) = 15.34%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=39.68%
G=15.34%
B=44.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150581700.120.6600.33289.2949.1244.71
Hex963AAAC42021121312d
Octal22672252141020414416155
Binary1001011011101010101010110010000100100001100100001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963aaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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