#8B75AB

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

Shades of Deluge #8B75AB

Tints of Deluge #8B75AB

Color information

#8B75AB (or 0x8B75AB) is unknown color: approx Deluge. HEX triplet: 8B, 75 and AB. RGB value is (139,117,171). Sum of RGB (Red+Green+Blue) = 139+117+171=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B75AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B75AB is #748A54. Grayscale: #818181. Windows color (decimal): -7637589 or 11236747. OLE color: 11236747.

HSL color Cylindrical-coordinate representation of color #8B75AB: hue angle of 264.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B75AB is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB139117171-
CMYK0.190.3200.33
HSL264.44º24.32%56.47%-
HSV(B)264.44º31.58%67.06%-
XYZ24.3621.1541.33-
YUV129.73151.29134.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.55%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=32.55%
G=27.40%
B=40.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391171710.190.3200.33264.4424.3256.47
Hex8B75AB13200211081838
Octal21316525323400414103070
Binary1000101111101011010101110011100000010000110000100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B75AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,117,171); }

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

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

 a { background-color: rgb(139,117,171); }

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

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

 span { border-color: rgb(139,117,171); }

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