Html Css Color HEX #850565 Eggplant

📋 copy color: '#850565'

red 133 ◦ green 5 ◦ blue 101

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

Shades of Eggplant #850565

Tints of Eggplant #850565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.09%

 BLUE value IS 101 (39.84% from 255) = 42.26%

R = 55.65%
G = 2.09%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#850565 (or 0x850565) is known color: Eggplant. HEX triplet: 85, 05 and 65. RGB value is (133,5,101). Sum of RGB (Red+Green+Blue) = 133+5+101=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #850565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850565 is #7AFA9A. Grayscale: #353535. Windows color (decimal): -8059547 or 6620549. OLE color: 6620549.

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

Color convert

RGB 133 5 101 -
CMYK 0 0.96 0.24 0.48
HSL 315º 0.93% 0.27% -
HSV(B) 315º 0.96% 0.52% -
XYZ 12.08 6.03 12.84 -
YUV 54.22 154.41 184.19 -
System Red Green Blue C M Y K H S L
Decimal 133 5 101 0 0.96 0.24 0.48 315 0.93 0.27
Hex 85 5 65 0 60 18 30 13B 5D 1B
Octal 205 5 145 0 140 30 60 473 135 33
Binary 10000101 101 1100101 0 1100000 11000 110000 100111011 1011101 11011

Color Harmonies of #850565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850565

Black with #850565

Text Example


Text Example

White with #850565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850565; }

 p { color: rgb(133,5,101); }

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

background-color css

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

 a { background-color: rgb(133,5,101); }

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

border-color css

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

 span { border-color: rgb(133,5,101); }

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