Html Css Color HEX #850661 Eggplant

📋 copy color: '#850661'

red 133 ◦ green 6 ◦ blue 97

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

Shades of Eggplant #850661

Tints of Eggplant #850661

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.54%

 BLUE value IS 97 (38.28% from 255) = 41.1%

R = 56.36%
G = 2.54%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#850661 (or 0x850661) is known color: Eggplant. HEX triplet: 85, 06 and 61. RGB value is (133,6,97). Sum of RGB (Red+Green+Blue) = 133+6+97=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #850661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850661 is #7AF99E. Grayscale: #363636. Windows color (decimal): -8059295 or 6358661. OLE color: 6358661.

HSL color Cylindrical-coordinate representation of color #850661: hue angle of 317.01º degrees, saturation: 0.91, 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 #850661 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 6 97 -
CMYK 0 0.95 0.27 0.48
HSL 317.01º 0.91% 0.27% -
HSV(B) 317.01º 0.95% 0.52% -
XYZ 11.9 5.98 11.84 -
YUV 54.35 152.08 184.1 -
System Red Green Blue C M Y K H S L
Decimal 133 6 97 0 0.95 0.27 0.48 317.01 0.91 0.27
Hex 85 6 61 0 5F 1B 30 13D 5B 1B
Octal 205 6 141 0 137 33 60 475 133 33
Binary 10000101 110 1100001 0 1011111 11011 110000 100111101 1011011 11011

Color Harmonies of #850661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850661

Black with #850661

Text Example


Text Example

White with #850661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850661; }

 p { color: rgb(133,6,97); }

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

background-color css

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

 a { background-color: rgb(133,6,97); }

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

border-color css

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

 span { border-color: rgb(133,6,97); }

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