#962EAA

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

Shades of Vivid Violet #962EAA

Tints of Vivid Violet #962EAA

Color information

#962EAA (or 0x962EAA) is unknown color: approx Vivid Violet. HEX triplet: 96, 2E and AA. RGB value is (150,46,170). Sum of RGB (Red+Green+Blue) = 150+46+170=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #962EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962EAA is #69D155. Grayscale: #5A5A5A. Windows color (decimal): -6934870 or 11153046. OLE color: 11153046.

HSL color Cylindrical-coordinate representation of color #962EAA: hue angle of 290.32º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962EAA is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15046170-
CMYK0.120.7300.33
HSL290.32º57.41%42.35%-
HSV(B)290.32º72.94%66.67%-
XYZ20.8111.3439.12-
YUV91.23172.46169.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 46 (18.36% from 255) = 12.57%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=40.98%
G=12.57%
B=46.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150461700.120.7300.33290.3257.4142.35
Hex962EAAC49021122392a
Octal22656252141110414427152
Binary1001011010111010101010110010010010100001100100010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962EAA; }

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

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

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

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

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

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

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

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