#8382AD

Color #8382AD Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #8382AD

Tints of Manatee #8382AD

Color information

#8382AD (or 0x8382AD) is unknown color: approx Manatee. HEX triplet: 83, 82 and AD. RGB value is (131,130,173). Sum of RGB (Red+Green+Blue) = 131+130+173=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #8382AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8382AD is #7C7D52. Grayscale: #878787. Windows color (decimal): -8158547 or 11371139. OLE color: 11371139.

HSL color Cylindrical-coordinate representation of color #8382AD: hue angle of 241.4º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8382AD is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB131130173-
CMYK0.240.2500.32
HSL241.4º20.77%59.41%-
HSV(B)241.4º24.86%67.84%-
XYZ24.8923.8142.82-
YUV135.2149.33125-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.18%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=30.18%
G=29.95%
B=39.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311301730.240.2500.32241.420.7759.41
Hex8382AD1819020f1153b
Octal20320225530310403612573
Binary100000111000001010101101110001100101000001111000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8382AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8382AD; }

 p { color: rgb(131,130,173); }

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

<style>
 a { background-color: #8382AD; }

 a { background-color: rgb(131,130,173); }

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

<style>
 span { border-color: #8382AD; }

 span { border-color: rgb(131,130,173); }

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