Html Css Color HEX #851263 Eggplant

📋 copy color: '#851263'

red 133 ◦ green 18 ◦ blue 99

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

Shades of Eggplant #851263

Tints of Eggplant #851263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

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

R = 53.2%
G = 7.2%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#851263 (or 0x851263) is known color: Eggplant. HEX triplet: 85, 12 and 63. RGB value is (133,18,99). Sum of RGB (Red+Green+Blue) = 133+18+99=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #851263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851263 is #7AED9C. Grayscale: #3D3D3D. Windows color (decimal): -8056221 or 6492805. OLE color: 6492805.

HSL color Cylindrical-coordinate representation of color #851263: hue angle of 317.74º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851263 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 99 -
CMYK 0 0.86 0.26 0.48
HSL 317.74º 0.76% 0.3% -
HSV(B) 317.74º 0.86% 0.52% -
XYZ 12.14 6.32 12.38 -
YUV 61.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 133 18 99 0 0.86 0.26 0.48 317.74 0.76 0.3
Hex 85 12 63 0 56 1A 30 13E 4C 1E
Octal 205 22 143 0 126 32 60 476 114 36
Binary 10000101 10010 1100011 0 1010110 11010 110000 100111110 1001100 11110

Color Harmonies of #851263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851263

Black with #851263

Text Example


Text Example

White with #851263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851263; }

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

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

background-color css

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

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

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

border-color css

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

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

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