#96629D

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

Shades of Violet Blue #96629D

Tints of Violet Blue #96629D

Color information

#96629D (or 0x96629D) is unknown color: approx Violet Blue. HEX triplet: 96, 62 and 9D. RGB value is (150,98,157). Sum of RGB (Red+Green+Blue) = 150+98+157=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #96629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96629D is #699D62. Grayscale: #787878. Windows color (decimal): -6921571 or 10314390. OLE color: 10314390.

HSL color Cylindrical-coordinate representation of color #96629D: hue angle of 292.88º degrees, saturation: 0.23, 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 #96629D is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15098157-
CMYK0.040.3800.38
HSL292.88º23.14%50%-
HSV(B)292.88º37.58%61.57%-
XYZ23.0317.6534.09-
YUV120.27148.73149.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 98 (38.67% from 255) = 24.20%
BLUE value IS 157 (61.72% from 255) = 38.77%
R=37.04%
G=24.20%
B=38.77%

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
Decimal150981570.040.3800.38292.8823.1450
Hex96629D4260261251732
Octal2261422354460464452762
Binary10010110110001010011101100100110010011010010010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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