Html Css Color HEX #820C5F Eggplant

📋 copy color: '#820C5F'

red 130 ◦ green 12 ◦ blue 95

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

Shades of Eggplant #820C5F

Tints of Eggplant #820C5F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.06%

 BLUE value IS 95 (37.5% from 255) = 40.08%

R = 54.85%
G = 5.06%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#820C5F (or 0x820C5F) is known color: Eggplant. HEX triplet: 82, 0C and 5F. RGB value is (130,12,95). Sum of RGB (Red+Green+Blue) = 130+12+95=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #820C5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820C5F is #7DF3A0. Grayscale: #383838. Windows color (decimal): -8254369 or 6229122. OLE color: 6229122.

HSL color Cylindrical-coordinate representation of color #820C5F: hue angle of 317.8º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C5F is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 12 95 -
CMYK 0 0.91 0.27 0.49
HSL 317.8º 0.83% 0.28% -
HSV(B) 317.8º 0.91% 0.51% -
XYZ 11.4 5.83 11.35 -
YUV 56.74 149.59 180.25 -
System Red Green Blue C M Y K H S L
Decimal 130 12 95 0 0.91 0.27 0.49 317.8 0.83 0.28
Hex 82 C 5F 0 5B 1B 31 13E 53 1C
Octal 202 14 137 0 133 33 61 476 123 34
Binary 10000010 1100 1011111 0 1011011 11011 110001 100111110 1010011 11100

Color Harmonies of #820C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820C5F

Black with #820C5F

Text Example


Text Example

White with #820C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820C5F; }

 p { color: rgb(130,12,95); }

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

background-color css

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

 a { background-color: rgb(130,12,95); }

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

border-color css

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

 span { border-color: rgb(130,12,95); }

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