Html Css Color HEX #830757 Eggplant

📋 copy color: '#830757'

red 131 ◦ green 7 ◦ blue 87

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

Shades of Eggplant #830757

Tints of Eggplant #830757

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.11%

 BLUE value IS 87 (34.38% from 255) = 38.67%

R = 58.22%
G = 3.11%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#830757 (or 0x830757) is known color: Eggplant. HEX triplet: 83, 07 and 57. RGB value is (131,7,87). Sum of RGB (Red+Green+Blue) = 131+7+87=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #830757 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830757 is #7CF8A8. Grayscale: #353535. Windows color (decimal): -8190121 or 5703555. OLE color: 5703555.

HSL color Cylindrical-coordinate representation of color #830757: hue angle of 321.29º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830757 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 7 87 -
CMYK 0 0.95 0.34 0.49
HSL 321.29º 0.9% 0.27% -
HSV(B) 321.29º 0.95% 0.51% -
XYZ 11.16 5.67 9.52 -
YUV 53.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 131 7 87 0 0.95 0.34 0.49 321.29 0.9 0.27
Hex 83 7 57 0 5F 22 31 141 5A 1B
Octal 203 7 127 0 137 42 61 501 132 33
Binary 10000011 111 1010111 0 1011111 100010 110001 101000001 1011010 11011

Color Harmonies of #830757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830757

Black with #830757

Text Example


Text Example

White with #830757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830757; }

 p { color: rgb(131,7,87); }

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

background-color css

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

 a { background-color: rgb(131,7,87); }

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

border-color css

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

 span { border-color: rgb(131,7,87); }

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