#963991

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

Shades of Vivid Violet #963991

Tints of Vivid Violet #963991

Color information

#963991 (or 0x963991) is unknown color: approx Vivid Violet. HEX triplet: 96, 39 and 91. RGB value is (150,57,145). Sum of RGB (Red+Green+Blue) = 150+57+145=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #963991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963991 is #69C66E. Grayscale: #5E5E5E. Windows color (decimal): -6932079 or 9517462. OLE color: 9517462.

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

Color convert

RGB15057145-
CMYK00.620.030.41
HSL303.23º44.93%40.59%-
HSV(B)303.23º62%58.82%-
XYZ19.1511.4527.99-
YUV94.84156.31167.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 57 (22.66% from 255) = 16.19%
BLUE value IS 145 (57.03% from 255) = 41.19%
R=42.61%
G=16.19%
B=41.19%

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
Decimal1505714500.620.030.41303.2344.9340.59
Hex96399103E32912f2d29
Octal226712210763514575551
Binary1001011011100110010001011111011101001100101111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963991; }

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

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

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

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

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

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

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

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