#8B7BAD

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

Shades of Deluge #8B7BAD

Tints of Deluge #8B7BAD

Color information

#8B7BAD (or 0x8B7BAD) is unknown color: approx Deluge. HEX triplet: 8B, 7B and AD. RGB value is (139,123,173). Sum of RGB (Red+Green+Blue) = 139+123+173=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B7BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7BAD is #748452. Grayscale: #858585. Windows color (decimal): -7636051 or 11369355. OLE color: 11369355.

HSL color Cylindrical-coordinate representation of color #8B7BAD: hue angle of 259.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B7BAD is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB139123173-
CMYK0.200.2900.32
HSL259.2º23.36%58.04%-
HSV(B)259.2º28.9%67.84%-
XYZ25.2722.6742.58-
YUV133.48150.3131.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.95%
GREEN value IS 123 (48.44% from 255) = 28.28%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=31.95%
G=28.28%
B=39.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391231730.200.2900.32259.223.3658.04
Hex8B7BAD141D020103173a
Octal21317325524350404032772
Binary100010111111011101011011010011101010000010000001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,123,173); }

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

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

 a { background-color: rgb(139,123,173); }

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

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

 span { border-color: rgb(139,123,173); }

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