#96659C

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

Shades of Violet Blue #96659C

Tints of Violet Blue #96659C

Color information

#96659C (or 0x96659C) is unknown color: approx Violet Blue. HEX triplet: 96, 65 and 9C. RGB value is (150,101,156). Sum of RGB (Red+Green+Blue) = 150+101+156=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #96659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96659C is #699A63. Grayscale: #797979. Windows color (decimal): -6920804 or 10249622. OLE color: 10249622.

HSL color Cylindrical-coordinate representation of color #96659C: hue angle of 293.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96659C is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB150101156-
CMYK0.040.3500.39
HSL293.45º21.74%50.39%-
HSV(B)293.45º35.26%61.18%-
XYZ23.2318.1933.74-
YUV121.92147.23148.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=36.86%
G=24.82%
B=38.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501011560.040.3500.39293.4521.7450.39
Hex96659C4230271251632
Octal2261452344430474452662
Binary10010110110010110011100100100011010011110010010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96659C; }

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

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

<style>
 a { background-color: #96659C; }

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

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

<style>
 span { border-color: #96659C; }

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

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