Html Css Color HEX #850365 Eggplant

📋 copy color: '#850365'

red 133 ◦ green 3 ◦ blue 101

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

Shades of Eggplant #850365

Tints of Eggplant #850365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 56.12%
G = 1.27%
B = 42.62%

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

#850365 (or 0x850365) is known color: Eggplant. HEX triplet: 85, 03 and 65. RGB value is (133,3,101). Sum of RGB (Red+Green+Blue) = 133+3+101=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #850365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850365 is #7AFC9A. Grayscale: #343434. Windows color (decimal): -8060059 or 6620037. OLE color: 6620037.

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

Color convert

RGB 133 3 101 -
CMYK 0 0.98 0.24 0.48
HSL 314.77º 0.96% 0.27% -
HSV(B) 314.77º 0.98% 0.52% -
XYZ 12.05 5.99 12.83 -
YUV 53.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 133 3 101 0 0.98 0.24 0.48 314.77 0.96 0.27
Hex 85 3 65 0 62 18 30 13B 60 1B
Octal 205 3 145 0 142 30 60 473 140 33
Binary 10000101 11 1100101 0 1100010 11000 110000 100111011 1100000 11011

Color Harmonies of #850365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850365

Black with #850365

Text Example


Text Example

White with #850365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850365; }

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

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

background-color css

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

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

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

border-color css

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

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

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