Html Css Color HEX #850762 Eggplant

📋 copy color: '#850762'

red 133 ◦ green 7 ◦ blue 98

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

Shades of Eggplant #850762

Tints of Eggplant #850762

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.94%

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

R = 55.88%
G = 2.94%
B = 41.18%

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

#850762 (or 0x850762) is known color: Eggplant. HEX triplet: 85, 07 and 62. RGB value is (133,7,98). Sum of RGB (Red+Green+Blue) = 133+7+98=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #850762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850762 is #7AF89D. Grayscale: #363636. Windows color (decimal): -8059038 or 6424453. OLE color: 6424453.

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

Color convert

RGB 133 7 98 -
CMYK 0 0.95 0.26 0.48
HSL 316.67º 0.9% 0.27% -
HSV(B) 316.67º 0.95% 0.52% -
XYZ 11.95 6.02 12.09 -
YUV 55.05 152.24 183.6 -
System Red Green Blue C M Y K H S L
Decimal 133 7 98 0 0.95 0.26 0.48 316.67 0.9 0.27
Hex 85 7 62 0 5F 1A 30 13D 5A 1B
Octal 205 7 142 0 137 32 60 475 132 33
Binary 10000101 111 1100010 0 1011111 11010 110000 100111101 1011010 11011

Color Harmonies of #850762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850762

Black with #850762

Text Example


Text Example

White with #850762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850762; }

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

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

background-color css

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

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

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

border-color css

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

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

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