Html Css Color HEX #83015F Eggplant

📋 copy color: '#83015F'

red 131 ◦ green 1 ◦ blue 95

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

Shades of Eggplant #83015F

Tints of Eggplant #83015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 95 (37.5% from 255) = 41.85%

R = 57.71%
G = 0.44%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83015F (or 0x83015F) is known color: Eggplant. HEX triplet: 83, 01 and 5F. RGB value is (131,1,95). Sum of RGB (Red+Green+Blue) = 131+1+95=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #83015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83015F is #7CFEA0. Grayscale: #323232. Windows color (decimal): -8191649 or 6226307. OLE color: 6226307.

HSL color Cylindrical-coordinate representation of color #83015F: hue angle of 316.62º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83015F is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 1 95 -
CMYK 0 0.99 0.27 0.49
HSL 316.62º 0.98% 0.26% -
HSV(B) 316.62º 0.99% 0.51% -
XYZ 11.44 5.67 11.32 -
YUV 50.59 153.07 185.36 -
System Red Green Blue C M Y K H S L
Decimal 131 1 95 0 0.99 0.27 0.49 316.62 0.98 0.26
Hex 83 1 5F 0 63 1B 31 13D 62 1A
Octal 203 1 137 0 143 33 61 475 142 32
Binary 10000011 1 1011111 0 1100011 11011 110001 100111101 1100010 11010

Color Harmonies of #83015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83015F

Black with #83015F

Text Example


Text Example

White with #83015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83015F; }

 p { color: rgb(131,1,95); }

 H1.HeaderClassName
 {
   color: #83015F;
 }
 .AnyTagClassName
 {
   color: #83015F;
 }
</style>

background-color css

<style>
 a { background-color: #83015F; }

 a { background-color: rgb(131,1,95); }

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

border-color css

<style>
 span { border-color: #83015F; }

 span { border-color: rgb(131,1,95); }

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