Html Css Color HEX #850261 Eggplant

📋 copy color: '#850261'

red 133 ◦ green 2 ◦ blue 97

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

Shades of Eggplant #850261

Tints of Eggplant #850261

RGB

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

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

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

R = 57.33%
G = 0.86%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#850261 (or 0x850261) is known color: Eggplant. HEX triplet: 85, 02 and 61. RGB value is (133,2,97). Sum of RGB (Red+Green+Blue) = 133+2+97=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #850261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850261 is #7AFD9E. Grayscale: #333333. Windows color (decimal): -8060319 or 6357637. OLE color: 6357637.

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

Color convert

RGB 133 2 97 -
CMYK 0 0.98 0.27 0.48
HSL 316.49º 0.97% 0.26% -
HSV(B) 316.49º 0.98% 0.52% -
XYZ 11.85 5.89 11.82 -
YUV 52 153.4 185.78 -
System Red Green Blue C M Y K H S L
Decimal 133 2 97 0 0.98 0.27 0.48 316.49 0.97 0.26
Hex 85 2 61 0 62 1B 30 13C 61 1A
Octal 205 2 141 0 142 33 60 474 141 32
Binary 10000101 10 1100001 0 1100010 11011 110000 100111100 1100001 11010

Color Harmonies of #850261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850261

Black with #850261

Text Example


Text Example

White with #850261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850261; }

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

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

background-color css

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

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

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

border-color css

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

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

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