#961FA6

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

Shades of Vivid Violet #961FA6

Tints of Vivid Violet #961FA6

Color information

#961FA6 (or 0x961FA6) is unknown color: approx Vivid Violet. HEX triplet: 96, 1F and A6. RGB value is (150,31,166). Sum of RGB (Red+Green+Blue) = 150+31+166=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 166 (65.23% from 255 or 47.84% from 347); Max value from RGB is 166 - color contains mainly: blue. Hex color #961FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961FA6 is #69E059. Grayscale: #515151. Windows color (decimal): -6938714 or 10887062. OLE color: 10887062.

HSL color Cylindrical-coordinate representation of color #961FA6: hue angle of 292.89º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961FA6 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15031166-
CMYK0.100.8100.35
HSL292.89º68.53%38.63%-
HSV(B)292.89º81.33%65.1%-
XYZ19.9510.2237-
YUV81.97175.42176.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 31 (12.5% from 255) = 8.93%
BLUE value IS 166 (65.23% from 255) = 47.84%
R=43.23%
G=8.93%
B=47.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150311660.100.8100.35292.8968.5338.63
Hex961FA6A510231254527
Octal226372461212104344510547
Binary1001011011111101001101010101000101000111001001011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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