Html Css Color HEX #8B0D6D Eggplant

📋 copy color: '#8B0D6D'

red 139 ◦ green 13 ◦ blue 109

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

Shades of Eggplant #8B0D6D

Tints of Eggplant #8B0D6D

RGB

 RED value IS 139 (54.69% from 255) = 53.26%

 GREEN value IS 13 (5.47% from 255) = 4.98%

 BLUE value IS 109 (42.97% from 255) = 41.76%

R = 53.26%
G = 4.98%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B0D6D (or 0x8B0D6D) is known color: Eggplant. HEX triplet: 8B, 0D and 6D. RGB value is (139,13,109). Sum of RGB (Red+Green+Blue) = 139+13+109=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D6D is #74F292. Grayscale: #3D3D3D. Windows color (decimal): -7664275 or 7146891. OLE color: 7146891.

HSL color Cylindrical-coordinate representation of color #8B0D6D: hue angle of 314.29º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0D6D is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 13 109 -
CMYK 0 0.91 0.22 0.45
HSL 314.29º 0.83% 0.3% -
HSV(B) 314.29º 0.91% 0.55% -
XYZ 13.55 6.88 15.08 -
YUV 61.62 154.74 183.19 -
System Red Green Blue C M Y K H S L
Decimal 139 13 109 0 0.91 0.22 0.45 314.29 0.83 0.3
Hex 8B D 6D 0 5B 16 2D 13A 53 1E
Octal 213 15 155 0 133 26 55 472 123 36
Binary 10001011 1101 1101101 0 1011011 10110 101101 100111010 1010011 11110

Color Harmonies of #8B0D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0D6D

Black with #8B0D6D

Text Example


Text Example

White with #8B0D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,13,109); }

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

background-color css

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

 a { background-color: rgb(139,13,109); }

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

border-color css

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

 span { border-color: rgb(139,13,109); }

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