Html Css Color HEX #850755 Eggplant

📋 copy color: '#850755'

red 133 ◦ green 7 ◦ blue 85

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

Shades of Eggplant #850755

Tints of Eggplant #850755

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.11%

 BLUE value IS 85 (33.59% from 255) = 37.78%

R = 59.11%
G = 3.11%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#850755 (or 0x850755) is known color: Eggplant. HEX triplet: 85, 07 and 55. RGB value is (133,7,85). Sum of RGB (Red+Green+Blue) = 133+7+85=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #850755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850755 is #7AF8AA. Grayscale: #353535. Windows color (decimal): -8059051 or 5572485. OLE color: 5572485.

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

Color convert

RGB 133 7 85 -
CMYK 0 0.95 0.36 0.48
HSL 322.86º 0.9% 0.27% -
HSV(B) 322.86º 0.95% 0.52% -
XYZ 11.39 5.79 9.11 -
YUV 53.57 145.74 184.66 -
System Red Green Blue C M Y K H S L
Decimal 133 7 85 0 0.95 0.36 0.48 322.86 0.9 0.27
Hex 85 7 55 0 5F 24 30 143 5A 1B
Octal 205 7 125 0 137 44 60 503 132 33
Binary 10000101 111 1010101 0 1011111 100100 110000 101000011 1011010 11011

Color Harmonies of #850755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850755

Black with #850755

Text Example


Text Example

White with #850755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850755; }

 p { color: rgb(133,7,85); }

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

background-color css

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

 a { background-color: rgb(133,7,85); }

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

border-color css

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

 span { border-color: rgb(133,7,85); }

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