Html Css Color HEX #820365 Eggplant

📋 copy color: '#820365'

red 130 ◦ green 3 ◦ blue 101

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

Shades of Eggplant #820365

Tints of Eggplant #820365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 55.56%
G = 1.28%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#820365 (or 0x820365) is known color: Eggplant. HEX triplet: 82, 03 and 65. RGB value is (130,3,101). Sum of RGB (Red+Green+Blue) = 130+3+101=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #820365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820365 is #7DFC9A. Grayscale: #333333. Windows color (decimal): -8256667 or 6620034. OLE color: 6620034.

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

Color convert

RGB 130 3 101 -
CMYK 0 0.98 0.22 0.49
HSL 313.7º 0.95% 0.26% -
HSV(B) 313.7º 0.98% 0.51% -
XYZ 11.59 5.75 12.81 -
YUV 52.15 155.58 183.53 -
System Red Green Blue C M Y K H S L
Decimal 130 3 101 0 0.98 0.22 0.49 313.7 0.95 0.26
Hex 82 3 65 0 62 16 31 13A 5F 1A
Octal 202 3 145 0 142 26 61 472 137 32
Binary 10000010 11 1100101 0 1100010 10110 110001 100111010 1011111 11010

Color Harmonies of #820365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820365

Black with #820365

Text Example


Text Example

White with #820365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820365; }

 p { color: rgb(130,3,101); }

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

background-color css

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

 a { background-color: rgb(130,3,101); }

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

border-color css

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

 span { border-color: rgb(130,3,101); }

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