#96648D

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

Shades of Violet Blue #96648D

Tints of Violet Blue #96648D

Color information

#96648D (or 0x96648D) is unknown color: approx Violet Blue. HEX triplet: 96, 64 and 8D. RGB value is (150,100,141). Sum of RGB (Red+Green+Blue) = 150+100+141=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #96648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96648D is #699B72. Grayscale: #777777. Windows color (decimal): -6921075 or 9266326. OLE color: 9266326.

HSL color Cylindrical-coordinate representation of color #96648D: hue angle of 310.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96648D is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB150100141-
CMYK00.330.060.41
HSL310.8º20%49.02%-
HSV(B)310.8º33.33%58.82%-
XYZ21.9417.5227.42-
YUV119.62140.06149.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.36%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 141 (55.47% from 255) = 36.06%
R=38.36%
G=25.58%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010014100.330.060.41310.82049.02
Hex96648D0216291371431
Octal2261442150416514672461
Binary10010110110010010001101010000111010100110011011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,100,141); }

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

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

 a { background-color: rgb(150,100,141); }

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

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

 span { border-color: rgb(150,100,141); }

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