#96658D

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

Shades of Violet Blue #96658D

Tints of Violet Blue #96658D

Color information

#96658D (or 0x96658D) is unknown color: approx Violet Blue. HEX triplet: 96, 65 and 8D. RGB value is (150,101,141). Sum of RGB (Red+Green+Blue) = 150+101+141=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96658D is #699A72. Grayscale: #787878. Windows color (decimal): -6920819 or 9266582. OLE color: 9266582.

HSL color Cylindrical-coordinate representation of color #96658D: hue angle of 311.02º 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 #96658D is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB150101141-
CMYK00.330.060.41
HSL311.02º19.52%49.22%-
HSV(B)311.02º32.67%58.82%-
XYZ22.0417.7127.46-
YUV120.21139.73149.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=38.27%
G=25.77%
B=35.97%

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
Decimal15010114100.330.060.41311.0219.5249.22
Hex96658D0216291371431
Octal2261452150416514672461
Binary10010110110010110001101010000111010100110011011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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