Html Css Color HEX #810350 Eggplant

📋 copy color: '#810350'

red 129 ◦ green 3 ◦ blue 80

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

Shades of Eggplant #810350

Tints of Eggplant #810350

RGB

 RED value IS 129 (50.78% from 255) = 60.85%

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 60.85%
G = 1.42%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#810350 (or 0x810350) is known color: Eggplant. HEX triplet: 81, 03 and 50. RGB value is (129,3,80). Sum of RGB (Red+Green+Blue) = 129+3+80=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #810350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810350 is #7EFCAF. Grayscale: #313131. Windows color (decimal): -8322224 or 5243777. OLE color: 5243777.

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

Color convert

RGB 129 3 80 -
CMYK 0 0.98 0.38 0.49
HSL 323.33º 0.95% 0.26% -
HSV(B) 323.33º 0.98% 0.51% -
XYZ 10.53 5.31 8.06 -
YUV 49.45 145.24 184.74 -
System Red Green Blue C M Y K H S L
Decimal 129 3 80 0 0.98 0.38 0.49 323.33 0.95 0.26
Hex 81 3 50 0 62 26 31 143 5F 1A
Octal 201 3 120 0 142 46 61 503 137 32
Binary 10000001 11 1010000 0 1100010 100110 110001 101000011 1011111 11010

Color Harmonies of #810350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810350

Black with #810350

Text Example


Text Example

White with #810350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810350; }

 p { color: rgb(129,3,80); }

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

background-color css

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

 a { background-color: rgb(129,3,80); }

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

border-color css

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

 span { border-color: rgb(129,3,80); }

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