#9B5892

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

Shades of Violet Blue #9B5892

Tints of Violet Blue #9B5892

Color information

#9B5892 (or 0x9B5892) is unknown color: approx Violet Blue. HEX triplet: 9B, 58 and 92. RGB value is (155,88,146). Sum of RGB (Red+Green+Blue) = 155+88+146=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5892 is #64A76D. Grayscale: #727272. Windows color (decimal): -6596462 or 9590939. OLE color: 9590939.

HSL color Cylindrical-coordinate representation of color #9B5892: hue angle of 308.06º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B5892 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB15588146-
CMYK00.430.060.39
HSL308.06º27.57%47.65%-
HSV(B)308.06º43.23%60.78%-
XYZ22.216.0229.12-
YUV114.65145.7156.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.85%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 146 (57.42% from 255) = 37.53%
R=39.85%
G=22.62%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558814600.430.060.39308.0627.5747.65
Hex9B589202B6271341c30
Octal2331302220536474643460
Binary10011011101100010010010010101111010011110011010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,88,146); }

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

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

 a { background-color: rgb(155,88,146); }

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

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

 span { border-color: rgb(155,88,146); }

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