#961EA0

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

Shades of Vivid Violet #961EA0

Tints of Vivid Violet #961EA0

Color information

#961EA0 (or 0x961EA0) is unknown color: approx Vivid Violet. HEX triplet: 96, 1E and A0. RGB value is (150,30,160). Sum of RGB (Red+Green+Blue) = 150+30+160=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 160 - color contains mainly: blue. Hex color #961EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961EA0 is #69E15F. Grayscale: #505050. Windows color (decimal): -6938976 or 10493590. OLE color: 10493590.

HSL color Cylindrical-coordinate representation of color #961EA0: hue angle of 295.38º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961EA0 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15030160-
CMYK0.060.8100.37
HSL295.38º68.42%37.25%-
HSV(B)295.38º81.25%62.75%-
XYZ19.399.9534.16-
YUV80.7172.76177.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 30 (12.11% from 255) = 8.82%
BLUE value IS 160 (62.89% from 255) = 47.06%
R=44.12%
G=8.82%
B=47.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal150301600.060.8100.37295.3868.4237.25
Hex961EA06510251274425
Octal22636240612104544710445
Binary100101101111010100000110101000101001011001001111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961EA0; }

 p { color: rgb(150,30,160); }

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

<style>
 a { background-color: #961EA0; }

 a { background-color: rgb(150,30,160); }

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

<style>
 span { border-color: #961EA0; }

 span { border-color: rgb(150,30,160); }

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