#962D90

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

Shades of Vivid Violet #962D90

Tints of Vivid Violet #962D90

Color information

#962D90 (or 0x962D90) is unknown color: approx Vivid Violet. HEX triplet: 96, 2D and 90. RGB value is (150,45,144). Sum of RGB (Red+Green+Blue) = 150+45+144=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #962D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962D90 is #69D26F. Grayscale: #575757. Windows color (decimal): -6935152 or 9448854. OLE color: 9448854.

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

Color convert

RGB15045144-
CMYK00.700.040.41
HSL303.43º53.85%38.24%-
HSV(B)303.43º70%58.82%-
XYZ18.5510.3727.41-
YUV87.68159.79172.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 45 (17.97% from 255) = 13.27%
BLUE value IS 144 (56.64% from 255) = 42.48%
R=44.25%
G=13.27%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504514400.700.040.41303.4353.8538.24
Hex962D9004642912f3626
Octal2265522001064514576646
Binary100101101011011001000001000110100101001100101111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,45,144); }

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

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

 a { background-color: rgb(150,45,144); }

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

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

 span { border-color: rgb(150,45,144); }

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