Html Css Color HEX #820867 Eggplant

📋 copy color: '#820867'

red 130 ◦ green 8 ◦ blue 103

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

Shades of Eggplant #820867

Tints of Eggplant #820867

RGB

 RED value IS 130 (51.17% from 255) = 53.94%

 GREEN value IS 8 (3.52% from 255) = 3.32%

 BLUE value IS 103 (40.63% from 255) = 42.74%

R = 53.94%
G = 3.32%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#820867 (or 0x820867) is known color: Eggplant. HEX triplet: 82, 08 and 67. RGB value is (130,8,103). Sum of RGB (Red+Green+Blue) = 130+8+103=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #820867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820867 is #7DF798. Grayscale: #373737. Windows color (decimal): -8255385 or 6752386. OLE color: 6752386.

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

Color convert

RGB 130 8 103 -
CMYK 0 0.94 0.21 0.49
HSL 313.28º 0.88% 0.27% -
HSV(B) 313.28º 0.94% 0.51% -
XYZ 11.74 5.9 13.35 -
YUV 55.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 130 8 103 0 0.94 0.21 0.49 313.28 0.88 0.27
Hex 82 8 67 0 5E 15 31 139 58 1B
Octal 202 10 147 0 136 25 61 471 130 33
Binary 10000010 1000 1100111 0 1011110 10101 110001 100111001 1011000 11011

Color Harmonies of #820867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820867

Black with #820867

Text Example


Text Example

White with #820867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820867; }

 p { color: rgb(130,8,103); }

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

background-color css

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

 a { background-color: rgb(130,8,103); }

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

border-color css

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

 span { border-color: rgb(130,8,103); }

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