#9B649A

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

Shades of Violet Blue #9B649A

Tints of Violet Blue #9B649A

Color information

#9B649A (or 0x9B649A) is unknown color: approx Violet Blue. HEX triplet: 9B, 64 and 9A. RGB value is (155,100,154). Sum of RGB (Red+Green+Blue) = 155+100+154=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B649A is #649B65. Grayscale: #7A7A7A. Windows color (decimal): -6593382 or 10118299. OLE color: 10118299.

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

Color convert

RGB155100154-
CMYK00.350.010.39
HSL301.09º21.57%50%-
HSV(B)301.09º35.48%60.78%-
XYZ23.9118.4232.87-
YUV122.6145.72151.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.90%
GREEN value IS 100 (39.45% from 255) = 24.45%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=37.90%
G=24.45%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510015400.350.010.39301.0921.5750
Hex9B649A02312712d1632
Octal2331442320431474552662
Binary100110111100100100110100100011110011110010110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,100,154); }

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

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

 a { background-color: rgb(155,100,154); }

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

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

 span { border-color: rgb(155,100,154); }

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