#9B489D

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

Shades of Violet Blue #9B489D

Tints of Violet Blue #9B489D

Color information

#9B489D (or 0x9B489D) is unknown color: approx Violet Blue. HEX triplet: 9B, 48 and 9D. RGB value is (155,72,157). Sum of RGB (Red+Green+Blue) = 155+72+157=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B489D is #64B762. Grayscale: #6A6A6A. Windows color (decimal): -6600547 or 10307739. OLE color: 10307739.

HSL color Cylindrical-coordinate representation of color #9B489D: hue angle of 298.59º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B489D is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15572157-
CMYK0.010.5400.38
HSL298.59º37.12%44.9%-
HSV(B)298.59º54.14%61.57%-
XYZ21.9214.0433.45-
YUV106.51156.5162.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.36%
GREEN value IS 72 (28.52% from 255) = 18.75%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=40.36%
G=18.75%
B=40.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal155721570.010.5400.38298.5937.1244.9
Hex9B489D13602612b252d
Octal2331102351660464534555
Binary1001101110010001001110111101100100110100101011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,72,157); }

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

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

 a { background-color: rgb(155,72,157); }

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

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

 span { border-color: rgb(155,72,157); }

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