Html Css Color HEX #8B0769 Eggplant

📋 copy color: '#8B0769'

red 139 ◦ green 7 ◦ blue 105

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

Shades of Eggplant #8B0769

Tints of Eggplant #8B0769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.79%

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

R = 55.38%
G = 2.79%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8B0769 (or 0x8B0769) is known color: Eggplant. HEX triplet: 8B, 07 and 69. RGB value is (139,7,105). Sum of RGB (Red+Green+Blue) = 139+7+105=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0769 is #74F896. Grayscale: #393939. Windows color (decimal): -7665815 or 6883211. OLE color: 6883211.

HSL color Cylindrical-coordinate representation of color #8B0769: hue angle of 315.45º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0769 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 7 105 -
CMYK 0 0.95 0.24 0.45
HSL 315.45º 0.9% 0.29% -
HSV(B) 315.45º 0.95% 0.55% -
XYZ 13.27 6.66 13.95 -
YUV 57.64 154.73 186.03 -
System Red Green Blue C M Y K H S L
Decimal 139 7 105 0 0.95 0.24 0.45 315.45 0.9 0.29
Hex 8B 7 69 0 5F 18 2D 13B 5A 1D
Octal 213 7 151 0 137 30 55 473 132 35
Binary 10001011 111 1101001 0 1011111 11000 101101 100111011 1011010 11101

Color Harmonies of #8B0769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0769

Black with #8B0769

Text Example


Text Example

White with #8B0769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,7,105); }

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

background-color css

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

 a { background-color: rgb(139,7,105); }

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

border-color css

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

 span { border-color: rgb(139,7,105); }

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