Html Css Color HEX #850662 Eggplant

📋 copy color: '#850662'

red 133 ◦ green 6 ◦ blue 98

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

Shades of Eggplant #850662

Tints of Eggplant #850662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.53%

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

R = 56.12%
G = 2.53%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#850662 (or 0x850662) is known color: Eggplant. HEX triplet: 85, 06 and 62. RGB value is (133,6,98). Sum of RGB (Red+Green+Blue) = 133+6+98=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #850662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850662 is #7AF99D. Grayscale: #363636. Windows color (decimal): -8059294 or 6424197. OLE color: 6424197.

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

Color convert

RGB 133 6 98 -
CMYK 0 0.95 0.26 0.48
HSL 316.54º 0.91% 0.27% -
HSV(B) 316.54º 0.95% 0.52% -
XYZ 11.94 6 12.08 -
YUV 54.46 152.58 184.02 -
System Red Green Blue C M Y K H S L
Decimal 133 6 98 0 0.95 0.26 0.48 316.54 0.91 0.27
Hex 85 6 62 0 5F 1A 30 13D 5B 1B
Octal 205 6 142 0 137 32 60 475 133 33
Binary 10000101 110 1100010 0 1011111 11010 110000 100111101 1011011 11011

Color Harmonies of #850662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850662

Black with #850662

Text Example


Text Example

White with #850662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850662; }

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

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

background-color css

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

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

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

border-color css

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

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

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