#961FA0

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

Shades of Vivid Violet #961FA0

Tints of Vivid Violet #961FA0

Color information

#961FA0 (or 0x961FA0) is unknown color: approx Vivid Violet. HEX triplet: 96, 1F and A0. RGB value is (150,31,160). Sum of RGB (Red+Green+Blue) = 150+31+160=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: blue. Hex color #961FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961FA0 is #69E05F. Grayscale: #505050. Windows color (decimal): -6938720 or 10493846. OLE color: 10493846.

HSL color Cylindrical-coordinate representation of color #961FA0: hue angle of 295.35º 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 #961FA0 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15031160-
CMYK0.060.8100.37
HSL295.35º67.54%37.45%-
HSV(B)295.35º80.62%62.75%-
XYZ19.411034.17-
YUV81.29172.42177.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 31 (12.5% from 255) = 9.09%
BLUE value IS 160 (62.89% from 255) = 46.92%
R=43.99%
G=9.09%
B=46.92%

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
Decimal150311600.060.8100.37295.3567.5437.45
Hex961FA06510251274425
Octal22637240612104544710445
Binary100101101111110100000110101000101001011001001111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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