Html Css Color HEX #820468 Eggplant

📋 copy color: '#820468'

red 130 ◦ green 4 ◦ blue 104

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

Shades of Eggplant #820468

Tints of Eggplant #820468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.7%

R = 54.62%
G = 1.68%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#820468 (or 0x820468) is known color: Eggplant. HEX triplet: 82, 04 and 68. RGB value is (130,4,104). Sum of RGB (Red+Green+Blue) = 130+4+104=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #820468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820468 is #7DFB97. Grayscale: #343434. Windows color (decimal): -8256408 or 6816898. OLE color: 6816898.

HSL color Cylindrical-coordinate representation of color #820468: hue angle of 312.38º 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 #820468 is Cyan = 0, Magento = 0.97, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 4 104 -
CMYK 0 0.97 0.2 0.49
HSL 312.38º 0.94% 0.26% -
HSV(B) 312.38º 0.97% 0.51% -
XYZ 11.75 5.83 13.6 -
YUV 53.07 156.74 182.87 -
System Red Green Blue C M Y K H S L
Decimal 130 4 104 0 0.97 0.2 0.49 312.38 0.94 0.26
Hex 82 4 68 0 61 14 31 138 5E 1A
Octal 202 4 150 0 141 24 61 470 136 32
Binary 10000010 100 1101000 0 1100001 10100 110001 100111000 1011110 11010

Color Harmonies of #820468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820468

Black with #820468

Text Example


Text Example

White with #820468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820468; }

 p { color: rgb(130,4,104); }

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

background-color css

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

 a { background-color: rgb(130,4,104); }

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

border-color css

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

 span { border-color: rgb(130,4,104); }

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