#9B6794

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

Shades of Violet Blue #9B6794

Tints of Violet Blue #9B6794

Color information

#9B6794 (or 0x9B6794) is unknown color: approx Violet Blue. HEX triplet: 9B, 67 and 94. RGB value is (155,103,148). Sum of RGB (Red+Green+Blue) = 155+103+148=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6794 is #64986B. Grayscale: #7B7B7B. Windows color (decimal): -6592620 or 9725851. OLE color: 9725851.

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

Color convert

RGB155103148-
CMYK00.340.050.39
HSL308.08º20.63%50.59%-
HSV(B)308.08º33.55%60.78%-
XYZ23.7118.8130.4-
YUV123.68141.73150.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.18%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 148 (58.20% from 255) = 36.45%
R=38.18%
G=25.37%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510314800.340.050.39308.0820.6350.59
Hex9B67940225271341533
Octal2331472240425474642563
Binary10011011110011110010100010001010110011110011010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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