#8B5598

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

Shades of Violet Blue #8B5598

Tints of Violet Blue #8B5598

Color information

#8B5598 (or 0x8B5598) is unknown color: approx Violet Blue. HEX triplet: 8B, 55 and 98. RGB value is (139,85,152). Sum of RGB (Red+Green+Blue) = 139+85+152=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B5598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5598 is #74AA67. Grayscale: #6C6C6C. Windows color (decimal): -7645800 or 9983371. OLE color: 9983371.

HSL color Cylindrical-coordinate representation of color #8B5598: hue angle of 288.36º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B5598 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13985152-
CMYK0.090.4400.40
HSL288.36º28.27%46.47%-
HSV(B)288.36º44.08%59.61%-
XYZ19.5614.2531.43-
YUV108.78152.39149.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 152 (59.77% from 255) = 40.43%
R=36.97%
G=22.61%
B=40.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139851520.090.4400.40288.3628.2746.47
Hex8B559892C0281201c2e
Octal21312523011540504403456
Binary100010111010101100110001001101100010100010010000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B5598; }

 p { color: rgb(139,85,152); }

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

<style>
 a { background-color: #8B5598; }

 a { background-color: rgb(139,85,152); }

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

<style>
 span { border-color: #8B5598; }

 span { border-color: rgb(139,85,152); }

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