Html Css Color HEX #83085B Eggplant

📋 copy color: '#83085B'

red 131 ◦ green 8 ◦ blue 91

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

Shades of Eggplant #83085B

Tints of Eggplant #83085B

RGB

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

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

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

R = 56.96%
G = 3.48%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83085B (or 0x83085B) is known color: Eggplant. HEX triplet: 83, 08 and 5B. RGB value is (131,8,91). Sum of RGB (Red+Green+Blue) = 131+8+91=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #83085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83085B is #7CF7A4. Grayscale: #363636. Windows color (decimal): -8189861 or 5965955. OLE color: 5965955.

HSL color Cylindrical-coordinate representation of color #83085B: hue angle of 319.51º 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 #83085B is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 8 91 -
CMYK 0 0.94 0.31 0.49
HSL 319.51º 0.88% 0.27% -
HSV(B) 319.51º 0.94% 0.51% -
XYZ 11.34 5.75 10.41 -
YUV 54.24 148.75 182.75 -
System Red Green Blue C M Y K H S L
Decimal 131 8 91 0 0.94 0.31 0.49 319.51 0.88 0.27
Hex 83 8 5B 0 5E 1F 31 140 58 1B
Octal 203 10 133 0 136 37 61 500 130 33
Binary 10000011 1000 1011011 0 1011110 11111 110001 101000000 1011000 11011

Color Harmonies of #83085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83085B

Black with #83085B

Text Example


Text Example

White with #83085B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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