Html Css Color HEX #890268 Eggplant

📋 copy color: '#890268'

red 137 ◦ green 2 ◦ blue 104

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

Shades of Eggplant #890268

Tints of Eggplant #890268

RGB

 RED value IS 137 (53.91% from 255) = 56.38%

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 56.38%
G = 0.82%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#890268 (or 0x890268) is known color: Eggplant. HEX triplet: 89, 02 and 68. RGB value is (137,2,104). Sum of RGB (Red+Green+Blue) = 137+2+104=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #890268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890268 is #76FD97. Grayscale: #353535. Windows color (decimal): -7798168 or 6816393. OLE color: 6816393.

HSL color Cylindrical-coordinate representation of color #890268: hue angle of 314.67º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890268 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 2 104 -
CMYK 0 0.99 0.24 0.46
HSL 314.67º 0.97% 0.27% -
HSV(B) 314.67º 0.99% 0.54% -
XYZ 12.84 6.36 13.65 -
YUV 53.99 156.23 187.21 -
System Red Green Blue C M Y K H S L
Decimal 137 2 104 0 0.99 0.24 0.46 314.67 0.97 0.27
Hex 89 2 68 0 63 18 2E 13B 61 1B
Octal 211 2 150 0 143 30 56 473 141 33
Binary 10001001 10 1101000 0 1100011 11000 101110 100111011 1100001 11011

Color Harmonies of #890268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890268

Black with #890268

Text Example


Text Example

White with #890268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890268; }

 p { color: rgb(137,2,104); }

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

background-color css

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

 a { background-color: rgb(137,2,104); }

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

border-color css

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

 span { border-color: rgb(137,2,104); }

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