#963590

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

Shades of Vivid Violet #963590

Tints of Vivid Violet #963590

Color information

#963590 (or 0x963590) is unknown color: approx Vivid Violet. HEX triplet: 96, 35 and 90. RGB value is (150,53,144). Sum of RGB (Red+Green+Blue) = 150+53+144=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #963590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963590 is #69CA6F. Grayscale: #5C5C5C. Windows color (decimal): -6933104 or 9450902. OLE color: 9450902.

HSL color Cylindrical-coordinate representation of color #963590: hue angle of 303.71º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963590 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB15053144-
CMYK00.650.040.41
HSL303.71º47.78%39.8%-
HSV(B)303.71º64.67%58.82%-
XYZ18.8811.0427.52-
YUV92.38157.14169.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 53 (21.09% from 255) = 15.27%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=43.23%
G=15.27%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505314400.650.040.41303.7147.7839.8
Hex9635900414291303028
Octal2266522001014514606050
Binary100101101101011001000001000001100101001100110000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963590; }

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

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

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

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

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

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

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

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