Html Css Color HEX #83056B Eggplant

📋 copy color: '#83056B'

red 131 ◦ green 5 ◦ blue 107

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

Shades of Eggplant #83056B

Tints of Eggplant #83056B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

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

R = 53.91%
G = 2.06%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83056B (or 0x83056B) is known color: Eggplant. HEX triplet: 83, 05 and 6B. RGB value is (131,5,107). Sum of RGB (Red+Green+Blue) = 131+5+107=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83056B is #7CFA94. Grayscale: #363636. Windows color (decimal): -8190613 or 7013763. OLE color: 7013763.

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

Color convert

RGB 131 5 107 -
CMYK 0 0.96 0.18 0.49
HSL 311.43º 0.93% 0.27% -
HSV(B) 311.43º 0.96% 0.51% -
XYZ 12.07 6 14.43 -
YUV 54.3 157.74 182.71 -
System Red Green Blue C M Y K H S L
Decimal 131 5 107 0 0.96 0.18 0.49 311.43 0.93 0.27
Hex 83 5 6B 0 60 12 31 137 5D 1B
Octal 203 5 153 0 140 22 61 467 135 33
Binary 10000011 101 1101011 0 1100000 10010 110001 100110111 1011101 11011

Color Harmonies of #83056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83056B

Black with #83056B

Text Example


Text Example

White with #83056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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