Html Css Color HEX #8382AA Manatee

📋 copy color: '#8382AA'

red 131 ◦ green 130 ◦ blue 170

#8382AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #8382AA

Tints of Manatee #8382AA

RGB

 RED value IS 131 (51.56% from 255) = 30.39%

 GREEN value IS 130 (51.17% from 255) = 30.16%

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 30.39%
G = 30.16%
B = 39.44%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8382AA (or 0x8382AA) is known color: Manatee. HEX triplet: 83, 82 and AA. RGB value is (131,130,170). Sum of RGB (Red+Green+Blue) = 131+130+170=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #8382AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8382AA is #7C7D55. Grayscale: #868686. Windows color (decimal): -8158550 or 11174531. OLE color: 11174531.

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

Color convert

RGB 131 130 170 -
CMYK 0.23 0.24 0 0.33
HSL 241.5º 0.19% 0.59% -
HSV(B) 241.5º 0.24% 0.67% -
XYZ 24.6 23.69 41.31 -
YUV 134.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 131 130 170 0.23 0.24 0 0.33 241.5 0.19 0.59
Hex 83 82 AA 17 18 0 21 F2 13 3B
Octal 203 202 252 27 30 0 41 362 23 73
Binary 10000011 10000010 10101010 10111 11000 0 100001 11110010 10011 111011

Color Harmonies of #8382AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8382AA

Black with #8382AA

Text Example


Text Example

White with #8382AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8382AA;
 }
 .AnyTagClassName
 {
   color: #8382AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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