Html Css Color HEX #851063 Eggplant

📋 copy color: '#851063'

red 133 ◦ green 16 ◦ blue 99

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

Shades of Eggplant #851063

Tints of Eggplant #851063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 53.63%
G = 6.45%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#851063 (or 0x851063) is known color: Eggplant. HEX triplet: 85, 10 and 63. RGB value is (133,16,99). Sum of RGB (Red+Green+Blue) = 133+16+99=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #851063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851063 is #7AEF9C. Grayscale: #3C3C3C. Windows color (decimal): -8056733 or 6492293. OLE color: 6492293.

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

Color convert

RGB 133 16 99 -
CMYK 0 0.88 0.26 0.48
HSL 317.44º 0.79% 0.29% -
HSV(B) 317.44º 0.88% 0.52% -
XYZ 12.11 6.26 12.37 -
YUV 60.45 149.76 179.75 -
System Red Green Blue C M Y K H S L
Decimal 133 16 99 0 0.88 0.26 0.48 317.44 0.79 0.29
Hex 85 10 63 0 58 1A 30 13D 4F 1D
Octal 205 20 143 0 130 32 60 475 117 35
Binary 10000101 10000 1100011 0 1011000 11010 110000 100111101 1001111 11101

Color Harmonies of #851063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851063

Black with #851063

Text Example


Text Example

White with #851063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851063; }

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

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

background-color css

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

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

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

border-color css

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

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

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