#963690

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

Shades of Vivid Violet #963690

Tints of Vivid Violet #963690

Color information

#963690 (or 0x963690) is unknown color: approx Vivid Violet. HEX triplet: 96, 36 and 90. RGB value is (150,54,144). Sum of RGB (Red+Green+Blue) = 150+54+144=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #963690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963690 is #69C96F. Grayscale: #5C5C5C. Windows color (decimal): -6932848 or 9451158. OLE color: 9451158.

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

Color convert

RGB15054144-
CMYK00.640.040.41
HSL303.75º47.06%40%-
HSV(B)303.75º64%58.82%-
XYZ18.9311.1427.54-
YUV92.96156.8168.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 54 (21.48% from 255) = 15.52%
BLUE value IS 144 (56.64% from 255) = 41.38%
R=43.10%
G=15.52%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505414400.640.040.41303.7547.0640
Hex9636900404291302f28
Octal2266622001004514605750
Binary100101101101101001000001000000100101001100110000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963690; }

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

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

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

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

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

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

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

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