Html Css Color HEX #850265 Eggplant

📋 copy color: '#850265'

red 133 ◦ green 2 ◦ blue 101

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

Shades of Eggplant #850265

Tints of Eggplant #850265

RGB

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

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

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

R = 56.36%
G = 0.85%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#850265 (or 0x850265) is known color: Eggplant. HEX triplet: 85, 02 and 65. RGB value is (133,2,101). Sum of RGB (Red+Green+Blue) = 133+2+101=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #850265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850265 is #7AFD9A. Grayscale: #343434. Windows color (decimal): -8060315 or 6619781. OLE color: 6619781.

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

Color convert

RGB 133 2 101 -
CMYK 0 0.98 0.24 0.48
HSL 314.66º 0.97% 0.26% -
HSV(B) 314.66º 0.98% 0.52% -
XYZ 12.04 5.97 12.83 -
YUV 52.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 133 2 101 0 0.98 0.24 0.48 314.66 0.97 0.26
Hex 85 2 65 0 62 18 30 13B 61 1A
Octal 205 2 145 0 142 30 60 473 141 32
Binary 10000101 10 1100101 0 1100010 11000 110000 100111011 1100001 11010

Color Harmonies of #850265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850265

Black with #850265

Text Example


Text Example

White with #850265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850265; }

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

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

background-color css

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

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

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

border-color css

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

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

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