#9B528E

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

Shades of Violet Blue #9B528E

Tints of Violet Blue #9B528E

Color information

#9B528E (or 0x9B528E) is unknown color: approx Violet Blue. HEX triplet: 9B, 52 and 8E. RGB value is (155,82,142). Sum of RGB (Red+Green+Blue) = 155+82+142=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B528E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B528E is #64AD71. Grayscale: #6E6E6E. Windows color (decimal): -6598002 or 9327259. OLE color: 9327259.

HSL color Cylindrical-coordinate representation of color #9B528E: hue angle of 310.68º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B528E is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15582142-
CMYK00.470.080.39
HSL310.68º30.8%46.47%-
HSV(B)310.68º47.1%60.78%-
XYZ21.4214.9627.35-
YUV110.67145.68159.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.90%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=40.90%
G=21.64%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558214200.470.080.39310.6830.846.47
Hex9B528E02F8271371f2e
Octal23312221605710474673756
Binary100110111010010100011100101111100010011110011011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,82,142); }

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

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

 a { background-color: rgb(155,82,142); }

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

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

 span { border-color: rgb(155,82,142); }

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