#962DAA

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

Shades of Vivid Violet #962DAA

Tints of Vivid Violet #962DAA

Color information

#962DAA (or 0x962DAA) is unknown color: approx Vivid Violet. HEX triplet: 96, 2D and AA. RGB value is (150,45,170). Sum of RGB (Red+Green+Blue) = 150+45+170=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #962DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962DAA is #69D255. Grayscale: #5A5A5A. Windows color (decimal): -6935126 or 11152790. OLE color: 11152790.

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

Color convert

RGB15045170-
CMYK0.120.7400.33
HSL290.4º58.14%42.16%-
HSV(B)290.4º73.53%66.67%-
XYZ20.7711.2639.11-
YUV90.64172.79170.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 45 (17.97% from 255) = 12.33%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=41.10%
G=12.33%
B=46.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150451700.120.7400.33290.458.1442.16
Hex962DAAC4A0211223a2a
Octal22655252141120414427252
Binary1001011010110110101010110010010100100001100100010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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