Html Css Color HEX #83095B Eggplant

📋 copy color: '#83095B'

red 131 ◦ green 9 ◦ blue 91

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

Shades of Eggplant #83095B

Tints of Eggplant #83095B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.9%

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

R = 56.71%
G = 3.9%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83095B (or 0x83095B) is known color: Eggplant. HEX triplet: 83, 09 and 5B. RGB value is (131,9,91). Sum of RGB (Red+Green+Blue) = 131+9+91=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #83095B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83095B is #7CF6A4. Grayscale: #363636. Windows color (decimal): -8189605 or 5966211. OLE color: 5966211.

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

Color convert

RGB 131 9 91 -
CMYK 0 0.93 0.31 0.49
HSL 319.67º 0.87% 0.27% -
HSV(B) 319.67º 0.93% 0.51% -
XYZ 11.35 5.78 10.41 -
YUV 54.83 148.42 182.33 -
System Red Green Blue C M Y K H S L
Decimal 131 9 91 0 0.93 0.31 0.49 319.67 0.87 0.27
Hex 83 9 5B 0 5D 1F 31 140 57 1B
Octal 203 11 133 0 135 37 61 500 127 33
Binary 10000011 1001 1011011 0 1011101 11111 110001 101000000 1010111 11011

Color Harmonies of #83095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83095B

Black with #83095B

Text Example


Text Example

White with #83095B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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