#8B5F95

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

Shades of Violet Blue #8B5F95

Tints of Violet Blue #8B5F95

Color information

#8B5F95 (or 0x8B5F95) is unknown color: approx Violet Blue. HEX triplet: 8B, 5F and 95. RGB value is (139,95,149). Sum of RGB (Red+Green+Blue) = 139+95+149=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B5F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5F95 is #74A06A. Grayscale: #727272. Windows color (decimal): -7643243 or 9789323. OLE color: 9789323.

HSL color Cylindrical-coordinate representation of color #8B5F95: hue angle of 288.89º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B5F95 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13995149-
CMYK0.070.3600.42
HSL288.89º22.13%47.84%-
HSV(B)288.89º36.24%58.43%-
XYZ20.1615.8430.43-
YUV114.31147.58145.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.29%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=36.29%
G=24.80%
B=38.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139951490.070.3600.42288.8922.1347.84
Hex8B5F9572402A1211630
Octal2131372257440524412660
Binary10001011101111110010101111100100010101010010000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,95,149); }

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

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

 a { background-color: rgb(139,95,149); }

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

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

 span { border-color: rgb(139,95,149); }

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