#96689B

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

Shades of Violet Blue #96689B

Tints of Violet Blue #96689B

Color information

#96689B (or 0x96689B) is unknown color: approx Violet Blue. HEX triplet: 96, 68 and 9B. RGB value is (150,104,155). Sum of RGB (Red+Green+Blue) = 150+104+155=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #96689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96689B is #699764. Grayscale: #7B7B7B. Windows color (decimal): -6920037 or 10184854. OLE color: 10184854.

HSL color Cylindrical-coordinate representation of color #96689B: hue angle of 294.12º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96689B is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB150104155-
CMYK0.030.3300.39
HSL294.12º20.32%50.78%-
HSV(B)294.12º32.9%60.78%-
XYZ23.4418.7533.39-
YUV123.57145.74146.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=36.67%
G=25.43%
B=37.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501041550.030.3300.39294.1220.3250.78
Hex96689B3210271261433
Octal2261502333410474462463
Binary1001011011010001001101111100001010011110010011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96689B; }

 p { color: rgb(150,104,155); }

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

<style>
 a { background-color: #96689B; }

 a { background-color: rgb(150,104,155); }

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

<style>
 span { border-color: #96689B; }

 span { border-color: rgb(150,104,155); }

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