Html Css Color HEX #850268 Eggplant

📋 copy color: '#850268'

red 133 ◦ green 2 ◦ blue 104

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

Shades of Eggplant #850268

Tints of Eggplant #850268

RGB

 RED value IS 133 (52.34% from 255) = 55.65%

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

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

R = 55.65%
G = 0.84%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#850268 (or 0x850268) is known color: Eggplant. HEX triplet: 85, 02 and 68. RGB value is (133,2,104). Sum of RGB (Red+Green+Blue) = 133+2+104=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #850268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850268 is #7AFD97. Grayscale: #343434. Windows color (decimal): -8060312 or 6816389. OLE color: 6816389.

HSL color Cylindrical-coordinate representation of color #850268: hue angle of 313.28º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850268 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 2 104 -
CMYK 0 0.98 0.22 0.48
HSL 313.28º 0.97% 0.26% -
HSV(B) 313.28º 0.98% 0.52% -
XYZ 12.19 6.03 13.62 -
YUV 52.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 133 2 104 0 0.98 0.22 0.48 313.28 0.97 0.26
Hex 85 2 68 0 62 16 30 139 61 1A
Octal 205 2 150 0 142 26 60 471 141 32
Binary 10000101 10 1101000 0 1100010 10110 110000 100111001 1100001 11010

Color Harmonies of #850268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850268

Black with #850268

Text Example


Text Example

White with #850268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850268; }

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

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

background-color css

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

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

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

border-color css

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

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

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