Html Css Color HEX #8B0168 Eggplant

📋 copy color: '#8B0168'

red 139 ◦ green 1 ◦ blue 104

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

Shades of Eggplant #8B0168

Tints of Eggplant #8B0168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 104 (41.02% from 255) = 42.62%

R = 56.97%
G = 0.41%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8B0168 (or 0x8B0168) is known color: Eggplant. HEX triplet: 8B, 01 and 68. RGB value is (139,1,104). Sum of RGB (Red+Green+Blue) = 139+1+104=244 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.97% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0168 is #74FE97. Grayscale: #353535. Windows color (decimal): -7667352 or 6816139. OLE color: 6816139.

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

Color convert

RGB 139 1 104 -
CMYK 0 0.99 0.25 0.45
HSL 315.22º 0.99% 0.27% -
HSV(B) 315.22º 0.99% 0.55% -
XYZ 13.16 6.51 13.66 -
YUV 54 156.22 188.62 -
System Red Green Blue C M Y K H S L
Decimal 139 1 104 0 0.99 0.25 0.45 315.22 0.99 0.27
Hex 8B 1 68 0 63 19 2D 13B 63 1B
Octal 213 1 150 0 143 31 55 473 143 33
Binary 10001011 1 1101000 0 1100011 11001 101101 100111011 1100011 11011

Color Harmonies of #8B0168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0168

Black with #8B0168

Text Example


Text Example

White with #8B0168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,1,104); }

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

background-color css

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

 a { background-color: rgb(139,1,104); }

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

border-color css

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

 span { border-color: rgb(139,1,104); }

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