Html Css Color HEX #8A1367 Eggplant

📋 copy color: '#8A1367'

red 138 ◦ green 19 ◦ blue 103

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

Shades of Eggplant #8A1367

Tints of Eggplant #8A1367

RGB

 RED value IS 138 (54.3% from 255) = 53.08%

 GREEN value IS 19 (7.81% from 255) = 7.31%

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

R = 53.08%
G = 7.31%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#8A1367 (or 0x8A1367) is known color: Eggplant. HEX triplet: 8A, 13 and 67. RGB value is (138,19,103). Sum of RGB (Red+Green+Blue) = 138+19+103=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1367 is #75EC98. Grayscale: #3F3F3F. Windows color (decimal): -7728281 or 6755210. OLE color: 6755210.

HSL color Cylindrical-coordinate representation of color #8A1367: hue angle of 317.65º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1367 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 19 103 -
CMYK 0 0.86 0.25 0.46
HSL 317.65º 0.76% 0.31% -
HSV(B) 317.65º 0.86% 0.54% -
XYZ 13.16 6.85 13.46 -
YUV 64.16 149.92 180.67 -
System Red Green Blue C M Y K H S L
Decimal 138 19 103 0 0.86 0.25 0.46 317.65 0.76 0.31
Hex 8A 13 67 0 56 19 2E 13E 4C 1F
Octal 212 23 147 0 126 31 56 476 114 37
Binary 10001010 10011 1100111 0 1010110 11001 101110 100111110 1001100 11111

Color Harmonies of #8A1367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1367

Black with #8A1367

Text Example


Text Example

White with #8A1367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A1367; }

 p { color: rgb(138,19,103); }

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

background-color css

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

 a { background-color: rgb(138,19,103); }

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

border-color css

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

 span { border-color: rgb(138,19,103); }

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