Html Css Color HEX #851362 Eggplant

📋 copy color: '#851362'

red 133 ◦ green 19 ◦ blue 98

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

Shades of Eggplant #851362

Tints of Eggplant #851362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.6%

 BLUE value IS 98 (38.67% from 255) = 39.2%

R = 53.2%
G = 7.6%
B = 39.2%

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

#851362 (or 0x851362) is known color: Eggplant. HEX triplet: 85, 13 and 62. RGB value is (133,19,98). Sum of RGB (Red+Green+Blue) = 133+19+98=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #851362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851362 is #7AEC9D. Grayscale: #3D3D3D. Windows color (decimal): -8055966 or 6427525. OLE color: 6427525.

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

Color convert

RGB 133 19 98 -
CMYK 0 0.86 0.26 0.48
HSL 318.42º 0.75% 0.3% -
HSV(B) 318.42º 0.86% 0.52% -
XYZ 12.11 6.33 12.14 -
YUV 62.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 133 19 98 0 0.86 0.26 0.48 318.42 0.75 0.3
Hex 85 13 62 0 56 1A 30 13E 4B 1E
Octal 205 23 142 0 126 32 60 476 113 36
Binary 10000101 10011 1100010 0 1010110 11010 110000 100111110 1001011 11110

Color Harmonies of #851362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851362

Black with #851362

Text Example


Text Example

White with #851362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851362; }

 p { color: rgb(133,19,98); }

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

background-color css

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

 a { background-color: rgb(133,19,98); }

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

border-color css

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

 span { border-color: rgb(133,19,98); }

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