#8B6095

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

Shades of Violet Blue #8B6095

Tints of Violet Blue #8B6095

Color information

#8B6095 (or 0x8B6095) is unknown color: approx Violet Blue. HEX triplet: 8B, 60 and 95. RGB value is (139,96,149). Sum of RGB (Red+Green+Blue) = 139+96+149=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B6095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6095 is #749F6A. Grayscale: #727272. Windows color (decimal): -7642987 or 9789579. OLE color: 9789579.

HSL color Cylindrical-coordinate representation of color #8B6095: hue angle of 288.68º 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 #8B6095 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13996149-
CMYK0.070.3600.42
HSL288.68º21.63%48.04%-
HSV(B)288.68º35.57%58.43%-
XYZ20.2616.0230.46-
YUV114.9147.25145.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.20%
GREEN value IS 96 (37.89% from 255) = 25%
BLUE value IS 149 (58.59% from 255) = 38.80%
R=36.20%
G=25%
B=38.80%

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
Decimal139961490.070.3600.42288.6821.6348.04
Hex8B609572402A1211630
Octal2131402257440524412660
Binary10001011110000010010101111100100010101010010000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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