Html Css Color HEX #8C0569 Eggplant

📋 copy color: '#8C0569'

red 140 ◦ green 5 ◦ blue 105

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

Shades of Eggplant #8C0569

Tints of Eggplant #8C0569

RGB

 RED value IS 140 (55.08% from 255) = 56%

 GREEN value IS 5 (2.34% from 255) = 2%

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

R = 56%
G = 2%
B = 42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8C0569 (or 0x8C0569) is known color: Eggplant. HEX triplet: 8C, 05 and 69. RGB value is (140,5,105). Sum of RGB (Red+Green+Blue) = 140+5+105=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0569 is #73FA96. Grayscale: #383838. Windows color (decimal): -7600791 or 6882700. OLE color: 6882700.

HSL color Cylindrical-coordinate representation of color #8C0569: hue angle of 315.56º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0569 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 5 105 -
CMYK 0 0.96 0.25 0.45
HSL 315.56º 0.93% 0.28% -
HSV(B) 315.56º 0.96% 0.55% -
XYZ 13.42 6.7 13.95 -
YUV 56.77 155.23 187.37 -
System Red Green Blue C M Y K H S L
Decimal 140 5 105 0 0.96 0.25 0.45 315.56 0.93 0.28
Hex 8C 5 69 0 60 19 2D 13C 5D 1C
Octal 214 5 151 0 140 31 55 474 135 34
Binary 10001100 101 1101001 0 1100000 11001 101101 100111100 1011101 11100

Color Harmonies of #8C0569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0569

Black with #8C0569

Text Example


Text Example

White with #8C0569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,5,105); }

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

background-color css

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

 a { background-color: rgb(140,5,105); }

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

border-color css

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

 span { border-color: rgb(140,5,105); }

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