#9B6795

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

Shades of Violet Blue #9B6795

Tints of Violet Blue #9B6795

Color information

#9B6795 (or 0x9B6795) is unknown color: approx Violet Blue. HEX triplet: 9B, 67 and 95. RGB value is (155,103,149). Sum of RGB (Red+Green+Blue) = 155+103+149=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6795 is #64986A. Grayscale: #7B7B7B. Windows color (decimal): -6592619 or 9791387. OLE color: 9791387.

HSL color Cylindrical-coordinate representation of color #9B6795: hue angle of 306.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B6795 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB155103149-
CMYK00.340.040.39
HSL306.92º20.63%50.59%-
HSV(B)306.92º33.55%60.78%-
XYZ23.7918.8430.82-
YUV123.79142.23150.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.08%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=38.08%
G=25.31%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510314900.340.040.39306.9220.6350.59
Hex9B67950224271331533
Octal2331472250424474632563
Binary10011011110011110010101010001010010011110011001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,103,149); }

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

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

 a { background-color: rgb(155,103,149); }

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

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

 span { border-color: rgb(155,103,149); }

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