#962FA9

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

Shades of Vivid Violet #962FA9

Tints of Vivid Violet #962FA9

Color information

#962FA9 (or 0x962FA9) is unknown color: approx Vivid Violet. HEX triplet: 96, 2F and A9. RGB value is (150,47,169). Sum of RGB (Red+Green+Blue) = 150+47+169=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 169 (66.41% from 255 or 46.17% from 366); Max value from RGB is 169 - color contains mainly: blue. Hex color #962FA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962FA9 is #69D056. Grayscale: #5B5B5B. Windows color (decimal): -6934615 or 11087766. OLE color: 11087766.

HSL color Cylindrical-coordinate representation of color #962FA9: hue angle of 290.66º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #962FA9 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15047169-
CMYK0.110.7200.34
HSL290.66º56.48%42.35%-
HSV(B)290.66º72.19%66.27%-
XYZ20.7611.3838.64-
YUV91.7171.62169.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 47 (18.75% from 255) = 12.84%
BLUE value IS 169 (66.41% from 255) = 46.17%
R=40.98%
G=12.84%
B=46.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal150471690.110.7200.34290.6656.4842.35
Hex962FA9B48022123382a
Octal22657251131100424437052
Binary1001011010111110101001101110010000100010100100011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,47,169); }

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

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

 a { background-color: rgb(150,47,169); }

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

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

 span { border-color: rgb(150,47,169); }

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