Html Css Color HEX #83006A Eggplant

📋 copy color: '#83006A'

red 131 ◦ green 0 ◦ blue 106

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

Shades of Eggplant #83006A

Tints of Eggplant #83006A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 106 (41.8% from 255) = 44.73%

R = 55.27%
G = 0%
B = 44.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#83006A (or 0x83006A) is known color: Eggplant. HEX triplet: 83, 00 and 6A. RGB value is (131,0,106). Sum of RGB (Red+Green+Blue) = 131+0+106=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #83006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83006A is #7CFF95. Grayscale: #323232. Windows color (decimal): -8191894 or 6946947. OLE color: 6946947.

HSL color Cylindrical-coordinate representation of color #83006A: hue angle of 311.45º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83006A is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 0 106 -
CMYK 0 1 0.19 0.49
HSL 311.45º 1% 0.26% -
HSV(B) 311.45º 1% 0.51% -
XYZ 11.96 5.87 14.14 -
YUV 51.25 158.9 184.88 -
System Red Green Blue C M Y K H S L
Decimal 131 0 106 0 1 0.19 0.49 311.45 1 0.26
Hex 83 0 6A 0 64 13 31 137 64 1A
Octal 203 0 152 0 144 23 61 467 144 32
Binary 10000011 0 1101010 0 1100100 10011 110001 100110111 1100100 11010

Color Harmonies of #83006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83006A

Black with #83006A

Text Example


Text Example

White with #83006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83006A; }

 p { color: rgb(131,0,106); }

 H1.HeaderClassName
 {
   color: #83006A;
 }
 .AnyTagClassName
 {
   color: #83006A;
 }
</style>

background-color css

<style>
 a { background-color: #83006A; }

 a { background-color: rgb(131,0,106); }

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

border-color css

<style>
 span { border-color: #83006A; }

 span { border-color: rgb(131,0,106); }

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