#963A95

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

Shades of Vivid Violet #963A95

Tints of Vivid Violet #963A95

Color information

#963A95 (or 0x963A95) is unknown color: approx Vivid Violet. HEX triplet: 96, 3A and 95. RGB value is (150,58,149). Sum of RGB (Red+Green+Blue) = 150+58+149=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #963A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963A95 is #69C56A. Grayscale: #5F5F5F. Windows color (decimal): -6931819 or 9779862. OLE color: 9779862.

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

Color convert

RGB15058149-
CMYK00.610.010.41
HSL300.65º44.23%40.78%-
HSV(B)300.65º61.33%58.82%-
XYZ19.5211.6829.66-
YUV95.88157.98166.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 58 (23.05% from 255) = 16.25%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=42.02%
G=16.25%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505814900.610.010.41300.6544.2340.78
Hex963A9503D12912d2c29
Octal226722250751514555451
Binary100101101110101001010101111011101001100101101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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