Html Css Color HEX #800265 Eggplant

📋 copy color: '#800265'

red 128 ◦ green 2 ◦ blue 101

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

Shades of Eggplant #800265

Tints of Eggplant #800265

RGB

 RED value IS 128 (50.39% from 255) = 55.41%

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 101 (39.84% from 255) = 43.72%

R = 55.41%
G = 0.87%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#800265 (or 0x800265) is known color: Eggplant. HEX triplet: 80, 02 and 65. RGB value is (128,2,101). Sum of RGB (Red+Green+Blue) = 128+2+101=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #800265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800265 is #7FFD9A. Grayscale: #323232. Windows color (decimal): -8387995 or 6619776. OLE color: 6619776.

HSL color Cylindrical-coordinate representation of color #800265: hue angle of 312.86º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800265 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 2 101 -
CMYK 0 0.98 0.21 0.50
HSL 312.86º 0.97% 0.25% -
HSV(B) 312.86º 0.98% 0.5% -
XYZ 11.27 5.57 12.79 -
YUV 50.96 156.24 182.95 -
System Red Green Blue C M Y K H S L
Decimal 128 2 101 0 0.98 0.21 0.50 312.86 0.97 0.25
Hex 80 2 65 0 62 15 32 139 61 19
Octal 200 2 145 0 142 25 62 471 141 31
Binary 10000000 10 1100101 0 1100010 10101 110010 100111001 1100001 11001

Color Harmonies of #800265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800265

Black with #800265

Text Example


Text Example

White with #800265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800265; }

 p { color: rgb(128,2,101); }

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

background-color css

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

 a { background-color: rgb(128,2,101); }

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

border-color css

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

 span { border-color: rgb(128,2,101); }

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