#963994

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

Shades of Vivid Violet #963994

Tints of Vivid Violet #963994

Color information

#963994 (or 0x963994) is unknown color: approx Vivid Violet. HEX triplet: 96, 39 and 94. RGB value is (150,57,148). Sum of RGB (Red+Green+Blue) = 150+57+148=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #963994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963994 is #69C66B. Grayscale: #5E5E5E. Windows color (decimal): -6932076 or 9714070. OLE color: 9714070.

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

Color convert

RGB15057148-
CMYK00.620.010.41
HSL301.29º44.93%40.59%-
HSV(B)301.29º62%58.82%-
XYZ19.3911.5529.22-
YUV95.18157.81167.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 57 (22.66% from 255) = 16.06%
BLUE value IS 148 (58.20% from 255) = 41.69%
R=42.25%
G=16.06%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505714800.620.010.41301.2944.9340.59
Hex96399403E12912d2d29
Octal226712240761514555551
Binary100101101110011001010001111101101001100101101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963994; }

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

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

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

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

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

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

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

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