#963090

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

Shades of Vivid Violet #963090

Tints of Vivid Violet #963090

Color information

#963090 (or 0x963090) is unknown color: approx Vivid Violet. HEX triplet: 96, 30 and 90. RGB value is (150,48,144). Sum of RGB (Red+Green+Blue) = 150+48+144=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #963090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963090 is #69CF6F. Grayscale: #595959. Windows color (decimal): -6934384 or 9449622. OLE color: 9449622.

HSL color Cylindrical-coordinate representation of color #963090: hue angle of 303.53º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963090 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB15048144-
CMYK00.680.040.41
HSL303.53º51.52%38.82%-
HSV(B)303.53º68%58.82%-
XYZ18.6710.6127.45-
YUV89.44158.79171.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 48 (19.14% from 255) = 14.04%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=43.86%
G=14.04%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504814400.680.040.41303.5351.5238.82
Hex9630900444291303427
Octal2266022001044514606447
Binary100101101100001001000001000100100101001100110000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963090; }

 p { color: rgb(150,48,144); }

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

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

 a { background-color: rgb(150,48,144); }

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

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

 span { border-color: rgb(150,48,144); }

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