Html Css Color HEX #83086B Eggplant

📋 copy color: '#83086B'

red 131 ◦ green 8 ◦ blue 107

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

Shades of Eggplant #83086B

Tints of Eggplant #83086B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.25%

 BLUE value IS 107 (42.19% from 255) = 43.5%

R = 53.25%
G = 3.25%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83086B (or 0x83086B) is known color: Eggplant. HEX triplet: 83, 08 and 6B. RGB value is (131,8,107). Sum of RGB (Red+Green+Blue) = 131+8+107=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83086B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83086B is #7CF794. Grayscale: #373737. Windows color (decimal): -8189845 or 7014531. OLE color: 7014531.

HSL color Cylindrical-coordinate representation of color #83086B: hue angle of 311.71º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83086B is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 8 107 -
CMYK 0 0.94 0.18 0.49
HSL 311.71º 0.88% 0.27% -
HSV(B) 311.71º 0.94% 0.51% -
XYZ 12.1 6.06 14.44 -
YUV 56.06 156.75 181.45 -
System Red Green Blue C M Y K H S L
Decimal 131 8 107 0 0.94 0.18 0.49 311.71 0.88 0.27
Hex 83 8 6B 0 5E 12 31 138 58 1B
Octal 203 10 153 0 136 22 61 470 130 33
Binary 10000011 1000 1101011 0 1011110 10010 110001 100111000 1011000 11011

Color Harmonies of #83086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83086B

Black with #83086B

Text Example


Text Example

White with #83086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83086B; }

 p { color: rgb(131,8,107); }

 H1.HeaderClassName
 {
   color: #83086B;
 }
 .AnyTagClassName
 {
   color: #83086B;
 }
</style>

background-color css

<style>
 a { background-color: #83086B; }

 a { background-color: rgb(131,8,107); }

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

border-color css

<style>
 span { border-color: #83086B; }

 span { border-color: rgb(131,8,107); }

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