Html Css Color HEX #830761 Eggplant

📋 copy color: '#830761'

red 131 ◦ green 7 ◦ blue 97

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

Shades of Eggplant #830761

Tints of Eggplant #830761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 55.74%
G = 2.98%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#830761 (or 0x830761) is known color: Eggplant. HEX triplet: 83, 07 and 61. RGB value is (131,7,97). Sum of RGB (Red+Green+Blue) = 131+7+97=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #830761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830761 is #7CF89E. Grayscale: #363636. Windows color (decimal): -8190111 or 6358915. OLE color: 6358915.

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

Color convert

RGB 131 7 97 -
CMYK 0 0.95 0.26 0.49
HSL 316.45º 0.9% 0.27% -
HSV(B) 316.45º 0.95% 0.51% -
XYZ 11.59 5.84 11.83 -
YUV 54.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 131 7 97 0 0.95 0.26 0.49 316.45 0.9 0.27
Hex 83 7 61 0 5F 1A 31 13C 5A 1B
Octal 203 7 141 0 137 32 61 474 132 33
Binary 10000011 111 1100001 0 1011111 11010 110001 100111100 1011010 11011

Color Harmonies of #830761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830761

Black with #830761

Text Example


Text Example

White with #830761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830761; }

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

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

background-color css

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

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

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

border-color css

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

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

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