#963C8D

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

Shades of Vivid Violet #963C8D

Tints of Vivid Violet #963C8D

Color information

#963C8D (or 0x963C8D) is unknown color: approx Vivid Violet. HEX triplet: 96, 3C and 8D. RGB value is (150,60,141). Sum of RGB (Red+Green+Blue) = 150+60+141=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #963C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963C8D is #69C372. Grayscale: #5F5F5F. Windows color (decimal): -6931315 or 9256086. OLE color: 9256086.

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

Color convert

RGB15060141-
CMYK00.60.060.41
HSL306º42.86%41.18%-
HSV(B)306º60%58.82%-
XYZ1911.6426.44-
YUV96.14153.32166.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 60 (23.83% from 255) = 17.09%
BLUE value IS 141 (55.47% from 255) = 40.17%
R=42.74%
G=17.09%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506014100.60.060.4130642.8641.18
Hex963C8D03C6291322b29
Octal226742150746514625351
Binary10010110111100100011010111100110101001100110010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,60,141); }

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

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

 a { background-color: rgb(150,60,141); }

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

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

 span { border-color: rgb(150,60,141); }

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