Html Css Color HEX #820369 Eggplant

📋 copy color: '#820369'

red 130 ◦ green 3 ◦ blue 105

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

Shades of Eggplant #820369

Tints of Eggplant #820369

RGB

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

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

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

R = 54.62%
G = 1.26%
B = 44.12%

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

#820369 (or 0x820369) is known color: Eggplant. HEX triplet: 82, 03 and 69. RGB value is (130,3,105). Sum of RGB (Red+Green+Blue) = 130+3+105=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #820369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820369 is #7DFC96. Grayscale: #343434. Windows color (decimal): -8256663 or 6882178. OLE color: 6882178.

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

Color convert

RGB 130 3 105 -
CMYK 0 0.98 0.19 0.49
HSL 311.81º 0.95% 0.26% -
HSV(B) 311.81º 0.98% 0.51% -
XYZ 11.79 5.83 13.87 -
YUV 52.6 157.58 183.21 -
System Red Green Blue C M Y K H S L
Decimal 130 3 105 0 0.98 0.19 0.49 311.81 0.95 0.26
Hex 82 3 69 0 62 13 31 138 5F 1A
Octal 202 3 151 0 142 23 61 470 137 32
Binary 10000010 11 1101001 0 1100010 10011 110001 100111000 1011111 11010

Color Harmonies of #820369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820369

Black with #820369

Text Example


Text Example

White with #820369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820369; }

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

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

background-color css

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

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

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

border-color css

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

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

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