#962BA1

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

Shades of Vivid Violet #962BA1

Tints of Vivid Violet #962BA1

Color information

#962BA1 (or 0x962BA1) is unknown color: approx Vivid Violet. HEX triplet: 96, 2B and A1. RGB value is (150,43,161). Sum of RGB (Red+Green+Blue) = 150+43+161=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 161 (63.28% from 255 or 45.48% from 354); Max value from RGB is 161 - color contains mainly: blue. Hex color #962BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962BA1 is #69D45E. Grayscale: #585858. Windows color (decimal): -6935647 or 10562454. OLE color: 10562454.

HSL color Cylindrical-coordinate representation of color #962BA1: hue angle of 294.41º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962BA1 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15043161-
CMYK0.070.7300.37
HSL294.41º57.84%40%-
HSV(B)294.41º73.29%63.14%-
XYZ19.8710.7834.75-
YUV88.44168.95171.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.37%
GREEN value IS 43 (17.19% from 255) = 12.15%
BLUE value IS 161 (63.28% from 255) = 45.48%
R=42.37%
G=12.15%
B=45.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal150431610.070.7300.37294.4157.8440
Hex962BA17490251263a28
Octal2265324171110454467250
Binary100101101010111010000111110010010100101100100110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,43,161); }

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

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

 a { background-color: rgb(150,43,161); }

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

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

 span { border-color: rgb(150,43,161); }

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