Html Css Color HEX #850163 Eggplant

📋 copy color: '#850163'

red 133 ◦ green 1 ◦ blue 99

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

Shades of Eggplant #850163

Tints of Eggplant #850163

RGB

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

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

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

R = 57.08%
G = 0.43%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#850163 (or 0x850163) is known color: Eggplant. HEX triplet: 85, 01 and 63. RGB value is (133,1,99). Sum of RGB (Red+Green+Blue) = 133+1+99=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #850163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850163 is #7AFE9C. Grayscale: #333333. Windows color (decimal): -8060573 or 6488453. OLE color: 6488453.

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

Color convert

RGB 133 1 99 -
CMYK 0 0.99 0.26 0.48
HSL 315.45º 0.99% 0.26% -
HSV(B) 315.45º 0.99% 0.52% -
XYZ 11.94 5.91 12.32 -
YUV 51.64 154.73 186.03 -
System Red Green Blue C M Y K H S L
Decimal 133 1 99 0 0.99 0.26 0.48 315.45 0.99 0.26
Hex 85 1 63 0 63 1A 30 13B 63 1A
Octal 205 1 143 0 143 32 60 473 143 32
Binary 10000101 1 1100011 0 1100011 11010 110000 100111011 1100011 11010

Color Harmonies of #850163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850163

Black with #850163

Text Example


Text Example

White with #850163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850163; }

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

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

background-color css

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

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

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

border-color css

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

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

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