Html Css Color HEX #830762 Eggplant

📋 copy color: '#830762'

red 131 ◦ green 7 ◦ blue 98

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

Shades of Eggplant #830762

Tints of Eggplant #830762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.53%

R = 55.51%
G = 2.97%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#830762 (or 0x830762) is known color: Eggplant. HEX triplet: 83, 07 and 62. RGB value is (131,7,98). Sum of RGB (Red+Green+Blue) = 131+7+98=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #830762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830762 is #7CF89D. Grayscale: #363636. Windows color (decimal): -8190110 or 6424451. OLE color: 6424451.

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

Color convert

RGB 131 7 98 -
CMYK 0 0.95 0.25 0.49
HSL 315.97º 0.9% 0.27% -
HSV(B) 315.97º 0.95% 0.51% -
XYZ 11.64 5.86 12.07 -
YUV 54.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 131 7 98 0 0.95 0.25 0.49 315.97 0.9 0.27
Hex 83 7 62 0 5F 19 31 13C 5A 1B
Octal 203 7 142 0 137 31 61 474 132 33
Binary 10000011 111 1100010 0 1011111 11001 110001 100111100 1011010 11011

Color Harmonies of #830762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830762

Black with #830762

Text Example


Text Example

White with #830762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830762; }

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

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

background-color css

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

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

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

border-color css

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

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

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