Html Css Color HEX #851065 Eggplant

📋 copy color: '#851065'

red 133 ◦ green 16 ◦ blue 101

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

Shades of Eggplant #851065

Tints of Eggplant #851065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

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

R = 53.2%
G = 6.4%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#851065 (or 0x851065) is known color: Eggplant. HEX triplet: 85, 10 and 65. RGB value is (133,16,101). Sum of RGB (Red+Green+Blue) = 133+16+101=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #851065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851065 is #7AEF9A. Grayscale: #3C3C3C. Windows color (decimal): -8056731 or 6623365. OLE color: 6623365.

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

Color convert

RGB 133 16 101 -
CMYK 0 0.88 0.24 0.48
HSL 316.41º 0.79% 0.29% -
HSV(B) 316.41º 0.88% 0.52% -
XYZ 12.21 6.3 12.88 -
YUV 60.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 133 16 101 0 0.88 0.24 0.48 316.41 0.79 0.29
Hex 85 10 65 0 58 18 30 13C 4F 1D
Octal 205 20 145 0 130 30 60 474 117 35
Binary 10000101 10000 1100101 0 1011000 11000 110000 100111100 1001111 11101

Color Harmonies of #851065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851065

Black with #851065

Text Example


Text Example

White with #851065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851065; }

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

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

background-color css

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

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

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

border-color css

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

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

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