#96639D

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

Shades of Violet Blue #96639D

Tints of Violet Blue #96639D

Color information

#96639D (or 0x96639D) is unknown color: approx Violet Blue. HEX triplet: 96, 63 and 9D. RGB value is (150,99,157). Sum of RGB (Red+Green+Blue) = 150+99+157=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #96639D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96639D is #699C62. Grayscale: #787878. Windows color (decimal): -6921315 or 10314646. OLE color: 10314646.

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

Color convert

RGB15099157-
CMYK0.040.3700.38
HSL292.76º22.83%50.2%-
HSV(B)292.76º36.94%61.57%-
XYZ23.1317.8434.12-
YUV120.86148.4148.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=36.95%
G=24.38%
B=38.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150991570.040.3700.38292.7622.8350.2
Hex96639D4250261251732
Octal2261432354450464452762
Binary10010110110001110011101100100101010011010010010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96639D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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