Html Css Color HEX #840268 Eggplant

📋 copy color: '#840268'

red 132 ◦ green 2 ◦ blue 104

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

Shades of Eggplant #840268

Tints of Eggplant #840268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.7%

R = 55.46%
G = 0.84%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#840268 (or 0x840268) is known color: Eggplant. HEX triplet: 84, 02 and 68. RGB value is (132,2,104). Sum of RGB (Red+Green+Blue) = 132+2+104=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #840268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840268 is #7BFD97. Grayscale: #343434. Windows color (decimal): -8125848 or 6816388. OLE color: 6816388.

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

Color convert

RGB 132 2 104 -
CMYK 0 0.98 0.21 0.48
HSL 312.92º 0.97% 0.26% -
HSV(B) 312.92º 0.98% 0.52% -
XYZ 12.04 5.95 13.61 -
YUV 52.5 157.07 184.71 -
System Red Green Blue C M Y K H S L
Decimal 132 2 104 0 0.98 0.21 0.48 312.92 0.97 0.26
Hex 84 2 68 0 62 15 30 139 61 1A
Octal 204 2 150 0 142 25 60 471 141 32
Binary 10000100 10 1101000 0 1100010 10101 110000 100111001 1100001 11010

Color Harmonies of #840268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840268

Black with #840268

Text Example


Text Example

White with #840268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840268; }

 p { color: rgb(132,2,104); }

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

background-color css

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

 a { background-color: rgb(132,2,104); }

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

border-color css

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

 span { border-color: rgb(132,2,104); }

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