#963390

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

Shades of Vivid Violet #963390

Tints of Vivid Violet #963390

Color information

#963390 (or 0x963390) is unknown color: approx Vivid Violet. HEX triplet: 96, 33 and 90. RGB value is (150,51,144). Sum of RGB (Red+Green+Blue) = 150+51+144=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #963390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963390 is #69CC6F. Grayscale: #5A5A5A. Windows color (decimal): -6933616 or 9450390. OLE color: 9450390.

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

Color convert

RGB15051144-
CMYK00.660.040.41
HSL303.64º49.25%39.41%-
HSV(B)303.64º66%58.82%-
XYZ18.810.8727.49-
YUV91.2157.8169.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 51 (20.31% from 255) = 14.78%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=43.48%
G=14.78%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505114400.660.040.41303.6449.2539.41
Hex9633900424291303127
Octal2266322001024514606147
Binary100101101100111001000001000010100101001100110000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963390; }

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

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

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

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

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

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

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

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