#963E8C

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

Shades of Vivid Violet #963E8C

Tints of Vivid Violet #963E8C

Color information

#963E8C (or 0x963E8C) is unknown color: approx Vivid Violet. HEX triplet: 96, 3E and 8C. RGB value is (150,62,140). Sum of RGB (Red+Green+Blue) = 150+62+140=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #963E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963E8C is #69C173. Grayscale: #606060. Windows color (decimal): -6930804 or 9191062. OLE color: 9191062.

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

Color convert

RGB15062140-
CMYK00.590.070.41
HSL306.82º41.51%41.57%-
HSV(B)306.82º58.67%58.82%-
XYZ19.0311.8226.09-
YUV97.2152.15165.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 62 (24.61% from 255) = 17.61%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=42.61%
G=17.61%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506214000.590.070.41306.8241.5141.57
Hex963E8C03B7291332a2a
Octal226762140737514635252
Binary10010110111110100011000111011111101001100110011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,62,140); }

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

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

 a { background-color: rgb(150,62,140); }

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

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

 span { border-color: rgb(150,62,140); }

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