Html Css Color HEX #850B5D Eggplant

📋 copy color: '#850B5D'

red 133 ◦ green 11 ◦ blue 93

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

Shades of Eggplant #850B5D

Tints of Eggplant #850B5D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.64%

 BLUE value IS 93 (36.72% from 255) = 39.24%

R = 56.12%
G = 4.64%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#850B5D (or 0x850B5D) is known color: Eggplant. HEX triplet: 85, 0B and 5D. RGB value is (133,11,93). Sum of RGB (Red+Green+Blue) = 133+11+93=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #850B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B5D is #7AF4A2. Grayscale: #383838. Windows color (decimal): -8058019 or 6097797. OLE color: 6097797.

HSL color Cylindrical-coordinate representation of color #850B5D: hue angle of 319.67º degrees, saturation: 0.85, 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 #850B5D is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 11 93 -
CMYK 0 0.92 0.30 0.48
HSL 319.67º 0.85% 0.28% -
HSV(B) 319.67º 0.92% 0.52% -
XYZ 11.77 6.02 10.9 -
YUV 56.83 148.42 182.33 -
System Red Green Blue C M Y K H S L
Decimal 133 11 93 0 0.92 0.30 0.48 319.67 0.85 0.28
Hex 85 B 5D 0 5C 1E 30 140 55 1C
Octal 205 13 135 0 134 36 60 500 125 34
Binary 10000101 1011 1011101 0 1011100 11110 110000 101000000 1010101 11100

Color Harmonies of #850B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850B5D

Black with #850B5D

Text Example


Text Example

White with #850B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,11,93); }

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

background-color css

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

 a { background-color: rgb(133,11,93); }

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

border-color css

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

 span { border-color: rgb(133,11,93); }

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