#96619D

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

Shades of Violet Blue #96619D

Tints of Violet Blue #96619D

Color information

#96619D (or 0x96619D) is unknown color: approx Violet Blue. HEX triplet: 96, 61 and 9D. RGB value is (150,97,157). Sum of RGB (Red+Green+Blue) = 150+97+157=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #96619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96619D is #699E62. Grayscale: #777777. Windows color (decimal): -6921827 or 10314134. OLE color: 10314134.

HSL color Cylindrical-coordinate representation of color #96619D: hue angle of 293º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96619D is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15097157-
CMYK0.040.3800.38
HSL293º23.62%49.8%-
HSV(B)293º38.22%61.57%-
XYZ22.9417.4734.06-
YUV119.69149.06149.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=37.13%
G=24.01%
B=38.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150971570.040.3800.3829323.6249.8
Hex96619D4260261251832
Octal2261412354460464453062
Binary10010110110000110011101100100110010011010010010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96619D; }

 p { color: rgb(150,97,157); }

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

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

 a { background-color: rgb(150,97,157); }

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

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

 span { border-color: rgb(150,97,157); }

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