#963999

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

Shades of Vivid Violet #963999

Tints of Vivid Violet #963999

Color information

#963999 (or 0x963999) is unknown color: approx Vivid Violet. HEX triplet: 96, 39 and 99. RGB value is (150,57,153). Sum of RGB (Red+Green+Blue) = 150+57+153=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #963999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963999 is #69C666. Grayscale: #5F5F5F. Windows color (decimal): -6932071 or 10041750. OLE color: 10041750.

HSL color Cylindrical-coordinate representation of color #963999: hue angle of 298.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963999 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15057153-
CMYK0.020.6300.4
HSL298.12º45.71%41.18%-
HSV(B)298.12º62.75%60%-
XYZ19.7911.7131.35-
YUV95.75160.31166.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 57 (22.66% from 255) = 15.83%
BLUE value IS 153 (60.16% from 255) = 42.5%
R=41.67%
G=15.83%
B=42.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150571530.020.6300.4298.1245.7141.18
Hex96399923F02812a2e29
Octal226712312770504525651
Binary1001011011100110011001101111110101000100101010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963999; }

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

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

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

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

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

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

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

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