#962C95

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

Shades of Vivid Violet #962C95

Tints of Vivid Violet #962C95

Color information

#962C95 (or 0x962C95) is unknown color: approx Vivid Violet. HEX triplet: 96, 2C and 95. RGB value is (150,44,149). Sum of RGB (Red+Green+Blue) = 150+44+149=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #962C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962C95 is #69D36A. Grayscale: #575757. Windows color (decimal): -6935403 or 9776278. OLE color: 9776278.

HSL color Cylindrical-coordinate representation of color #962C95: hue angle of 300.57º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C95 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15044149-
CMYK00.710.010.41
HSL300.57º54.64%38.04%-
HSV(B)300.57º70.67%58.82%-
XYZ18.910.4629.46-
YUV87.66162.62172.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.73%
GREEN value IS 44 (17.58% from 255) = 12.83%
BLUE value IS 149 (58.59% from 255) = 43.44%
R=43.73%
G=12.83%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504414900.710.010.41300.5754.6438.04
Hex962C9504712912d3726
Octal2265422501071514556746
Binary1001011010110010010101010001111101001100101101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,44,149); }

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

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

 a { background-color: rgb(150,44,149); }

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

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

 span { border-color: rgb(150,44,149); }

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