#962E97

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

Shades of Vivid Violet #962E97

Tints of Vivid Violet #962E97

Color information

#962E97 (or 0x962E97) is unknown color: approx Vivid Violet. HEX triplet: 96, 2E and 97. RGB value is (150,46,151). Sum of RGB (Red+Green+Blue) = 150+46+151=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 151 - color contains mainly: blue. Hex color #962E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962E97 is #69D168. Grayscale: #585858. Windows color (decimal): -6934889 or 9907862. OLE color: 9907862.

HSL color Cylindrical-coordinate representation of color #962E97: hue angle of 299.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962E97 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB15046151-
CMYK0.010.7000.41
HSL299.43º53.3%38.63%-
HSV(B)299.43º69.54%59.22%-
XYZ19.1410.6730.33-
YUV89.07162.96171.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 46 (18.36% from 255) = 13.26%
BLUE value IS 151 (59.38% from 255) = 43.52%
R=43.23%
G=13.26%
B=43.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150461510.010.7000.41299.4353.338.63
Hex962E9714602912b3527
Octal2265622711060514536547
Binary1001011010111010010111110001100101001100101011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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