Html Css Color HEX #830450 Eggplant

📋 copy color: '#830450'

red 131 ◦ green 4 ◦ blue 80

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

Shades of Eggplant #830450

Tints of Eggplant #830450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

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

R = 60.93%
G = 1.86%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#830450 (or 0x830450) is known color: Eggplant. HEX triplet: 83, 04 and 50. RGB value is (131,4,80). Sum of RGB (Red+Green+Blue) = 131+4+80=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #830450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830450 is #7CFBAF. Grayscale: #323232. Windows color (decimal): -8190896 or 5244035. OLE color: 5244035.

HSL color Cylindrical-coordinate representation of color #830450: hue angle of 324.09º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830450 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 4 80 -
CMYK 0 0.97 0.39 0.49
HSL 324.09º 0.94% 0.26% -
HSV(B) 324.09º 0.97% 0.51% -
XYZ 10.85 5.49 8.08 -
YUV 50.64 144.58 185.32 -
System Red Green Blue C M Y K H S L
Decimal 131 4 80 0 0.97 0.39 0.49 324.09 0.94 0.26
Hex 83 4 50 0 61 27 31 144 5E 1A
Octal 203 4 120 0 141 47 61 504 136 32
Binary 10000011 100 1010000 0 1100001 100111 110001 101000100 1011110 11010

Color Harmonies of #830450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830450

Black with #830450

Text Example


Text Example

White with #830450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830450; }

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

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

background-color css

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

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

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

border-color css

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

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

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