#963592

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

Shades of Vivid Violet #963592

Tints of Vivid Violet #963592

Color information

#963592 (or 0x963592) is unknown color: approx Vivid Violet. HEX triplet: 96, 35 and 92. RGB value is (150,53,146). Sum of RGB (Red+Green+Blue) = 150+53+146=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #963592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963592 is #69CA6D. Grayscale: #5C5C5C. Windows color (decimal): -6933102 or 9581974. OLE color: 9581974.

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

Color convert

RGB15053146-
CMYK00.650.030.41
HSL302.47º47.78%39.8%-
HSV(B)302.47º64.67%58.82%-
XYZ19.0411.1128.33-
YUV92.6158.14168.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 53 (21.09% from 255) = 15.19%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=42.98%
G=15.19%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505314600.650.030.41302.4747.7839.8
Hex96359204132912e3028
Octal2266522201013514566050
Binary10010110110101100100100100000111101001100101110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963592; }

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

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

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

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

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

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

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

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