#9B6896

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

Shades of Violet Blue #9B6896

Tints of Violet Blue #9B6896

Color information

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

HSL color Cylindrical-coordinate representation of color #9B6896: hue angle of 305.88º 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 #9B6896 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB155104150-
CMYK00.330.030.39
HSL305.88º20.32%50.78%-
HSV(B)305.88º32.9%60.78%-
XYZ23.9719.0731.27-
YUV124.49142.4149.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510415000.330.030.39305.8820.3250.78
Hex9B68960213271321433
Octal2331502260413474622463
Binary1001101111010001001011001000011110011110011001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B6896; }

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

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

<style>
 a { background-color: #9B6896; }

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

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

<style>
 span { border-color: #9B6896; }

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

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