Html Css Color HEX #850A62 Eggplant

📋 copy color: '#850A62'

red 133 ◦ green 10 ◦ blue 98

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

Shades of Eggplant #850A62

Tints of Eggplant #850A62

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.15%

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

R = 55.19%
G = 4.15%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#850A62 (or 0x850A62) is known color: Eggplant. HEX triplet: 85, 0A and 62. RGB value is (133,10,98). Sum of RGB (Red+Green+Blue) = 133+10+98=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #850A62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A62 is #7AF59D. Grayscale: #383838. Windows color (decimal): -8058270 or 6425221. OLE color: 6425221.

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

Color convert

RGB 133 10 98 -
CMYK 0 0.92 0.26 0.48
HSL 317.07º 0.86% 0.28% -
HSV(B) 317.07º 0.92% 0.52% -
XYZ 11.99 6.09 12.1 -
YUV 56.81 151.25 182.34 -
System Red Green Blue C M Y K H S L
Decimal 133 10 98 0 0.92 0.26 0.48 317.07 0.86 0.28
Hex 85 A 62 0 5C 1A 30 13D 56 1C
Octal 205 12 142 0 134 32 60 475 126 34
Binary 10000101 1010 1100010 0 1011100 11010 110000 100111101 1010110 11100

Color Harmonies of #850A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850A62

Black with #850A62

Text Example


Text Example

White with #850A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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