Html Css Color HEX #83075B Eggplant

📋 copy color: '#83075B'

red 131 ◦ green 7 ◦ blue 91

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

Shades of Eggplant #83075B

Tints of Eggplant #83075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.06%

 BLUE value IS 91 (35.94% from 255) = 39.74%

R = 57.21%
G = 3.06%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83075B (or 0x83075B) is known color: Eggplant. HEX triplet: 83, 07 and 5B. RGB value is (131,7,91). Sum of RGB (Red+Green+Blue) = 131+7+91=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #83075B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83075B is #7CF8A4. Grayscale: #353535. Windows color (decimal): -8190117 or 5965699. OLE color: 5965699.

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

Color convert

RGB 131 7 91 -
CMYK 0 0.95 0.31 0.49
HSL 319.35º 0.9% 0.27% -
HSV(B) 319.35º 0.95% 0.51% -
XYZ 11.32 5.73 10.41 -
YUV 53.65 149.08 183.17 -
System Red Green Blue C M Y K H S L
Decimal 131 7 91 0 0.95 0.31 0.49 319.35 0.9 0.27
Hex 83 7 5B 0 5F 1F 31 13F 5A 1B
Octal 203 7 133 0 137 37 61 477 132 33
Binary 10000011 111 1011011 0 1011111 11111 110001 100111111 1011010 11011

Color Harmonies of #83075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83075B

Black with #83075B

Text Example


Text Example

White with #83075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,7,91); }

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

background-color css

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

 a { background-color: rgb(131,7,91); }

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

border-color css

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

 span { border-color: rgb(131,7,91); }

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