Html Css Color HEX #850263 Eggplant

📋 copy color: '#850263'

red 133 ◦ green 2 ◦ blue 99

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

Shades of Eggplant #850263

Tints of Eggplant #850263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.31%

R = 56.84%
G = 0.85%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#850263 (or 0x850263) is known color: Eggplant. HEX triplet: 85, 02 and 63. RGB value is (133,2,99). Sum of RGB (Red+Green+Blue) = 133+2+99=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #850263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850263 is #7AFD9C. Grayscale: #333333. Windows color (decimal): -8060317 or 6488709. OLE color: 6488709.

HSL color Cylindrical-coordinate representation of color #850263: hue angle of 315.57º 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 #850263 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 2 99 -
CMYK 0 0.98 0.26 0.48
HSL 315.57º 0.97% 0.26% -
HSV(B) 315.57º 0.98% 0.52% -
XYZ 11.95 5.93 12.32 -
YUV 52.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 133 2 99 0 0.98 0.26 0.48 315.57 0.97 0.26
Hex 85 2 63 0 62 1A 30 13C 61 1A
Octal 205 2 143 0 142 32 60 474 141 32
Binary 10000101 10 1100011 0 1100010 11010 110000 100111100 1100001 11010

Color Harmonies of #850263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850263

Black with #850263

Text Example


Text Example

White with #850263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850263; }

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

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

background-color css

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

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

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

border-color css

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

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

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