#963F8E

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

Shades of Vivid Violet #963F8E

Tints of Vivid Violet #963F8E

Color information

#963F8E (or 0x963F8E) is unknown color: approx Vivid Violet. HEX triplet: 96, 3F and 8E. RGB value is (150,63,142). Sum of RGB (Red+Green+Blue) = 150+63+142=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #963F8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963F8E is #69C071. Grayscale: #616161. Windows color (decimal): -6930546 or 9322390. OLE color: 9322390.

HSL color Cylindrical-coordinate representation of color #963F8E: hue angle of 305.52º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F8E is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15063142-
CMYK00.580.050.41
HSL305.52º40.85%41.76%-
HSV(B)305.52º58%58.82%-
XYZ19.2411.9926.89-
YUV98.02152.82165.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 63 (25% from 255) = 17.75%
BLUE value IS 142 (55.86% from 255) = 40%
R=42.25%
G=17.75%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506314200.580.050.41305.5240.8541.76
Hex963F8E03A529132292a
Octal226772160725514625152
Binary10010110111111100011100111010101101001100110010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963F8E; }

 p { color: rgb(150,63,142); }

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

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

 a { background-color: rgb(150,63,142); }

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

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

 span { border-color: rgb(150,63,142); }

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