Html Css Color HEX #820269 Eggplant

📋 copy color: '#820269'

red 130 ◦ green 2 ◦ blue 105

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

Shades of Eggplant #820269

Tints of Eggplant #820269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 54.85%
G = 0.84%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#820269 (or 0x820269) is known color: Eggplant. HEX triplet: 82, 02 and 69. RGB value is (130,2,105). Sum of RGB (Red+Green+Blue) = 130+2+105=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #820269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820269 is #7DFD96. Grayscale: #333333. Windows color (decimal): -8256919 or 6881922. OLE color: 6881922.

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

Color convert

RGB 130 2 105 -
CMYK 0 0.98 0.19 0.49
HSL 311.72º 0.97% 0.26% -
HSV(B) 311.72º 0.98% 0.51% -
XYZ 11.78 5.81 13.87 -
YUV 52.01 157.91 183.62 -
System Red Green Blue C M Y K H S L
Decimal 130 2 105 0 0.98 0.19 0.49 311.72 0.97 0.26
Hex 82 2 69 0 62 13 31 138 61 1A
Octal 202 2 151 0 142 23 61 470 141 32
Binary 10000010 10 1101001 0 1100010 10011 110001 100111000 1100001 11010

Color Harmonies of #820269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820269

Black with #820269

Text Example


Text Example

White with #820269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820269; }

 p { color: rgb(130,2,105); }

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

background-color css

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

 a { background-color: rgb(130,2,105); }

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

border-color css

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

 span { border-color: rgb(130,2,105); }

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