Html Css Color HEX #830650 Eggplant

📋 copy color: '#830650'

red 131 ◦ green 6 ◦ blue 80

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

Shades of Eggplant #830650

Tints of Eggplant #830650

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.76%

 BLUE value IS 80 (31.64% from 255) = 36.87%

R = 60.37%
G = 2.76%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#830650 (or 0x830650) is known color: Eggplant. HEX triplet: 83, 06 and 50. RGB value is (131,6,80). Sum of RGB (Red+Green+Blue) = 131+6+80=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #830650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830650 is #7CF9AF. Grayscale: #333333. Windows color (decimal): -8190384 or 5244547. OLE color: 5244547.

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

Color convert

RGB 131 6 80 -
CMYK 0 0.95 0.39 0.49
HSL 324.48º 0.91% 0.27% -
HSV(B) 324.48º 0.95% 0.51% -
XYZ 10.87 5.53 8.08 -
YUV 51.81 143.91 184.48 -
System Red Green Blue C M Y K H S L
Decimal 131 6 80 0 0.95 0.39 0.49 324.48 0.91 0.27
Hex 83 6 50 0 5F 27 31 144 5B 1B
Octal 203 6 120 0 137 47 61 504 133 33
Binary 10000011 110 1010000 0 1011111 100111 110001 101000100 1011011 11011

Color Harmonies of #830650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830650

Black with #830650

Text Example


Text Example

White with #830650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830650; }

 p { color: rgb(131,6,80); }

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

background-color css

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

 a { background-color: rgb(131,6,80); }

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

border-color css

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

 span { border-color: rgb(131,6,80); }

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