Html Css Color HEX #83015C Eggplant

📋 copy color: '#83015C'

red 131 ◦ green 1 ◦ blue 92

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

Shades of Eggplant #83015C

Tints of Eggplant #83015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.07%

R = 58.48%
G = 0.45%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83015C (or 0x83015C) is known color: Eggplant. HEX triplet: 83, 01 and 5C. RGB value is (131,1,92). Sum of RGB (Red+Green+Blue) = 131+1+92=224 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.48% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 131 - color contains mainly: red. Hex color #83015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83015C is #7CFEA3. Grayscale: #323232. Windows color (decimal): -8191652 or 6029699. OLE color: 6029699.

HSL color Cylindrical-coordinate representation of color #83015C: hue angle of 318º 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 #83015C is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 1 92 -
CMYK 0 0.99 0.30 0.49
HSL 318º 0.98% 0.26% -
HSV(B) 318º 0.99% 0.51% -
XYZ 11.3 5.62 10.61 -
YUV 50.24 151.57 185.6 -
System Red Green Blue C M Y K H S L
Decimal 131 1 92 0 0.99 0.30 0.49 318 0.98 0.26
Hex 83 1 5C 0 63 1E 31 13E 62 1A
Octal 203 1 134 0 143 36 61 476 142 32
Binary 10000011 1 1011100 0 1100011 11110 110001 100111110 1100010 11010

Color Harmonies of #83015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83015C

Black with #83015C

Text Example


Text Example

White with #83015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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