Html Css Color HEX #850150 Eggplant

📋 copy color: '#850150'

red 133 ◦ green 1 ◦ blue 80

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

Shades of Eggplant #850150

Tints of Eggplant #850150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 80 (31.64% from 255) = 37.38%

R = 62.15%
G = 0.47%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#850150 (or 0x850150) is known color: Eggplant. HEX triplet: 85, 01 and 50. RGB value is (133,1,80). Sum of RGB (Red+Green+Blue) = 133+1+80=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #850150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850150 is #7AFEAF. Grayscale: #313131. Windows color (decimal): -8060592 or 5243269. OLE color: 5243269.

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

Color convert

RGB 133 1 80 -
CMYK 0 0.99 0.40 0.48
HSL 324.09º 0.99% 0.26% -
HSV(B) 324.09º 0.99% 0.52% -
XYZ 11.13 5.59 8.08 -
YUV 49.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 133 1 80 0 0.99 0.40 0.48 324.09 0.99 0.26
Hex 85 1 50 0 63 28 30 144 63 1A
Octal 205 1 120 0 143 50 60 504 143 32
Binary 10000101 1 1010000 0 1100011 101000 110000 101000100 1100011 11010

Color Harmonies of #850150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850150

Black with #850150

Text Example


Text Example

White with #850150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850150; }

 p { color: rgb(133,1,80); }

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

background-color css

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

 a { background-color: rgb(133,1,80); }

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

border-color css

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

 span { border-color: rgb(133,1,80); }

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