#963795

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

Shades of Vivid Violet #963795

Tints of Vivid Violet #963795

Color information

#963795 (or 0x963795) is unknown color: approx Vivid Violet. HEX triplet: 96, 37 and 95. RGB value is (150,55,149). Sum of RGB (Red+Green+Blue) = 150+55+149=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #963795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963795 is #69C86A. Grayscale: #5D5D5D. Windows color (decimal): -6932587 or 9779094. OLE color: 9779094.

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

Color convert

RGB15055149-
CMYK00.630.010.41
HSL300.63º46.34%40.2%-
HSV(B)300.63º63.33%58.82%-
XYZ19.3711.3929.61-
YUV94.12158.97167.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.37%
GREEN value IS 55 (21.88% from 255) = 15.54%
BLUE value IS 149 (58.59% from 255) = 42.09%
R=42.37%
G=15.54%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505514900.630.010.41300.6346.3440.2
Hex96379503F12912d2e28
Octal226672250771514555650
Binary100101101101111001010101111111101001100101101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963795; }

 p { color: rgb(150,55,149); }

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

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

 a { background-color: rgb(150,55,149); }

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

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

 span { border-color: rgb(150,55,149); }

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