Html Css Color HEX #830151 Eggplant

📋 copy color: '#830151'

red 131 ◦ green 1 ◦ blue 81

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

Shades of Eggplant #830151

Tints of Eggplant #830151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 38.03%

R = 61.5%
G = 0.47%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#830151 (or 0x830151) is known color: Eggplant. HEX triplet: 83, 01 and 51. RGB value is (131,1,81). Sum of RGB (Red+Green+Blue) = 131+1+81=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #830151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830151 is #7CFEAE. Grayscale: #303030. Windows color (decimal): -8191663 or 5308803. OLE color: 5308803.

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

Color convert

RGB 131 1 81 -
CMYK 0 0.99 0.38 0.49
HSL 323.08º 0.98% 0.26% -
HSV(B) 323.08º 0.99% 0.51% -
XYZ 10.86 5.44 8.26 -
YUV 48.99 146.07 186.5 -
System Red Green Blue C M Y K H S L
Decimal 131 1 81 0 0.99 0.38 0.49 323.08 0.98 0.26
Hex 83 1 51 0 63 26 31 143 62 1A
Octal 203 1 121 0 143 46 61 503 142 32
Binary 10000011 1 1010001 0 1100011 100110 110001 101000011 1100010 11010

Color Harmonies of #830151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830151

Black with #830151

Text Example


Text Example

White with #830151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830151; }

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

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

background-color css

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

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

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

border-color css

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

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

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