#9B4887

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

Shades of Violet Blue #9B4887

Tints of Violet Blue #9B4887

Color information

#9B4887 (or 0x9B4887) is unknown color: approx Violet Blue. HEX triplet: 9B, 48 and 87. RGB value is (155,72,135). Sum of RGB (Red+Green+Blue) = 155+72+135=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4887 is #64B778. Grayscale: #676767. Windows color (decimal): -6600569 or 8865947. OLE color: 8865947.

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

Color convert

RGB15572135-
CMYK00.540.130.39
HSL314.46º36.56%44.51%-
HSV(B)314.46º53.55%60.78%-
XYZ20.2113.3524.43-
YUV104145.5164.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.82%
GREEN value IS 72 (28.52% from 255) = 19.89%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=42.82%
G=19.89%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557213500.540.130.39314.4636.5644.51
Hex9B4887036D2713a252d
Octal23311020706615474724555
Binary1001101110010001000011101101101101100111100111010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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