Html Css Color HEX #840C67 Eggplant

📋 copy color: '#840C67'

red 132 ◦ green 12 ◦ blue 103

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

Shades of Eggplant #840C67

Tints of Eggplant #840C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.7%

R = 53.44%
G = 4.86%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#840C67 (or 0x840C67) is known color: Eggplant. HEX triplet: 84, 0C and 67. RGB value is (132,12,103). Sum of RGB (Red+Green+Blue) = 132+12+103=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #840C67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840C67 is #7BF398. Grayscale: #3A3A3A. Windows color (decimal): -8123289 or 6753412. OLE color: 6753412.

HSL color Cylindrical-coordinate representation of color #840C67: hue angle of 314.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840C67 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 12 103 -
CMYK 0 0.91 0.22 0.48
HSL 314.5º 0.83% 0.28% -
HSV(B) 314.5º 0.91% 0.52% -
XYZ 12.1 6.15 13.38 -
YUV 58.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 132 12 103 0 0.91 0.22 0.48 314.5 0.83 0.28
Hex 84 C 67 0 5B 16 30 13A 53 1C
Octal 204 14 147 0 133 26 60 472 123 34
Binary 10000100 1100 1100111 0 1011011 10110 110000 100111010 1010011 11100

Color Harmonies of #840C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840C67

Black with #840C67

Text Example


Text Example

White with #840C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840C67; }

 p { color: rgb(132,12,103); }

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

background-color css

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

 a { background-color: rgb(132,12,103); }

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

border-color css

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

 span { border-color: rgb(132,12,103); }

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