#962EA1

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

Shades of Vivid Violet #962EA1

Tints of Vivid Violet #962EA1

Color information

#962EA1 (or 0x962EA1) is unknown color: approx Vivid Violet. HEX triplet: 96, 2E and A1. RGB value is (150,46,161). Sum of RGB (Red+Green+Blue) = 150+46+161=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 161 - color contains mainly: blue. Hex color #962EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962EA1 is #69D15E. Grayscale: #595959. Windows color (decimal): -6934879 or 10563222. OLE color: 10563222.

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

Color convert

RGB15046161-
CMYK0.070.7100.37
HSL294.26º55.56%40.59%-
HSV(B)294.26º71.43%63.14%-
XYZ19.9911.0134.79-
YUV90.21167.96170.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 46 (18.36% from 255) = 12.89%
BLUE value IS 161 (63.28% from 255) = 45.10%
R=42.02%
G=12.89%
B=45.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal150461610.070.7100.37294.2655.5640.59
Hex962EA17470251263829
Octal2265624171070454467051
Binary100101101011101010000111110001110100101100100110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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