Html Css Color HEX #840369 Eggplant

📋 copy color: '#840369'

red 132 ◦ green 3 ◦ blue 105

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

Shades of Eggplant #840369

Tints of Eggplant #840369

RGB

 RED value IS 132 (51.95% from 255) = 55%

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

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

R = 55%
G = 1.25%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#840369 (or 0x840369) is known color: Eggplant. HEX triplet: 84, 03 and 69. RGB value is (132,3,105). Sum of RGB (Red+Green+Blue) = 132+3+105=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #840369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840369 is #7BFC96. Grayscale: #343434. Windows color (decimal): -8125591 or 6882180. OLE color: 6882180.

HSL color Cylindrical-coordinate representation of color #840369: hue angle of 312.56º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840369 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 3 105 -
CMYK 0 0.98 0.20 0.48
HSL 312.56º 0.96% 0.26% -
HSV(B) 312.56º 0.98% 0.52% -
XYZ 12.1 5.99 13.88 -
YUV 53.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 132 3 105 0 0.98 0.20 0.48 312.56 0.96 0.26
Hex 84 3 69 0 62 14 30 139 60 1A
Octal 204 3 151 0 142 24 60 471 140 32
Binary 10000100 11 1101001 0 1100010 10100 110000 100111001 1100000 11010

Color Harmonies of #840369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840369

Black with #840369

Text Example


Text Example

White with #840369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840369; }

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

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

background-color css

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

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

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

border-color css

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

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

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