#963F88

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

Shades of Vivid Violet #963F88

Tints of Vivid Violet #963F88

Color information

#963F88 (or 0x963F88) is unknown color: approx Vivid Violet. HEX triplet: 96, 3F and 88. RGB value is (150,63,136). Sum of RGB (Red+Green+Blue) = 150+63+136=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #963F88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963F88 is #69C077. Grayscale: #616161. Windows color (decimal): -6930552 or 8929174. OLE color: 8929174.

HSL color Cylindrical-coordinate representation of color #963F88: hue angle of 309.66º 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 #963F88 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB15063136-
CMYK00.580.090.41
HSL309.66º40.85%41.76%-
HSV(B)309.66º58%58.82%-
XYZ18.811.8224.58-
YUV97.34149.82165.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 63 (25% from 255) = 18.05%
BLUE value IS 136 (53.52% from 255) = 38.97%
R=42.98%
G=18.05%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506313600.580.090.41309.6640.8541.76
Hex963F8803A929136292a
Octal2267721007211514665152
Binary100101101111111000100001110101001101001100110110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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