Html Css Color HEX #850F65 Eggplant

📋 copy color: '#850F65'

red 133 ◦ green 15 ◦ blue 101

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

Shades of Eggplant #850F65

Tints of Eggplant #850F65

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.02%

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

R = 53.41%
G = 6.02%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#850F65 (or 0x850F65) is known color: Eggplant. HEX triplet: 85, 0F and 65. RGB value is (133,15,101). Sum of RGB (Red+Green+Blue) = 133+15+101=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #850F65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850F65 is #7AF09A. Grayscale: #3B3B3B. Windows color (decimal): -8056987 or 6623109. OLE color: 6623109.

HSL color Cylindrical-coordinate representation of color #850F65: hue angle of 316.27º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850F65 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 15 101 -
CMYK 0 0.89 0.24 0.48
HSL 316.27º 0.8% 0.29% -
HSV(B) 316.27º 0.89% 0.52% -
XYZ 12.19 6.27 12.88 -
YUV 60.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 133 15 101 0 0.89 0.24 0.48 316.27 0.8 0.29
Hex 85 F 65 0 59 18 30 13C 50 1D
Octal 205 17 145 0 131 30 60 474 120 35
Binary 10000101 1111 1100101 0 1011001 11000 110000 100111100 1010000 11101

Color Harmonies of #850F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850F65

Black with #850F65

Text Example


Text Example

White with #850F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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