#9B6695

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

Shades of Violet Blue #9B6695

Tints of Violet Blue #9B6695

Color information

#9B6695 (or 0x9B6695) is unknown color: approx Violet Blue. HEX triplet: 9B, 66 and 95. RGB value is (155,102,149). Sum of RGB (Red+Green+Blue) = 155+102+149=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6695 is #64996A. Grayscale: #7B7B7B. Windows color (decimal): -6592875 or 9791131. OLE color: 9791131.

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

Color convert

RGB155102149-
CMYK00.340.040.39
HSL306.79º20.95%50.39%-
HSV(B)306.79º34.19%60.78%-
XYZ23.6918.6430.78-
YUV123.2142.56150.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.18%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=38.18%
G=25.12%
B=36.70%

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
Decimal15510214900.340.040.39306.7920.9550.39
Hex9B66950224271331532
Octal2331462250424474632562
Binary10011011110011010010101010001010010011110011001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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