#963593

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

Shades of Vivid Violet #963593

Tints of Vivid Violet #963593

Color information

#963593 (or 0x963593) is unknown color: approx Vivid Violet. HEX triplet: 96, 35 and 93. RGB value is (150,53,147). Sum of RGB (Red+Green+Blue) = 150+53+147=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #963593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963593 is #69CA6C. Grayscale: #5C5C5C. Windows color (decimal): -6933101 or 9647510. OLE color: 9647510.

HSL color Cylindrical-coordinate representation of color #963593: hue angle of 301.86º 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 #963593 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB15053147-
CMYK00.650.020.41
HSL301.86º47.78%39.8%-
HSV(B)301.86º64.67%58.82%-
XYZ19.1211.1428.75-
YUV92.72158.64168.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 53 (21.09% from 255) = 15.14%
BLUE value IS 147 (57.81% from 255) = 42%
R=42.86%
G=15.14%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505314700.650.020.41301.8647.7839.8
Hex96359304122912e3028
Octal2266522301012514566050
Binary10010110110101100100110100000110101001100101110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963593; }

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

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

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

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

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

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

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

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