#963992

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

Shades of Vivid Violet #963992

Tints of Vivid Violet #963992

Color information

#963992 (or 0x963992) is unknown color: approx Vivid Violet. HEX triplet: 96, 39 and 92. RGB value is (150,57,146). Sum of RGB (Red+Green+Blue) = 150+57+146=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #963992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963992 is #69C66D. Grayscale: #5E5E5E. Windows color (decimal): -6932078 or 9582998. OLE color: 9582998.

HSL color Cylindrical-coordinate representation of color #963992: hue angle of 302.58º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #963992 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15057146-
CMYK00.620.030.41
HSL302.58º44.93%40.59%-
HSV(B)302.58º62%58.82%-
XYZ19.2311.4928.4-
YUV94.95156.81167.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 57 (22.66% from 255) = 16.15%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=42.49%
G=16.15%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505714600.620.030.41302.5844.9340.59
Hex96399203E32912f2d29
Octal226712220763514575551
Binary1001011011100110010010011111011101001100101111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963992; }

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

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

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

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

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

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

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

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