Html Css Color HEX #850B6A Eggplant

📋 copy color: '#850B6A'

red 133 ◦ green 11 ◦ blue 106

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

Shades of Eggplant #850B6A

Tints of Eggplant #850B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.4%

R = 53.2%
G = 4.4%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#850B6A (or 0x850B6A) is known color: Eggplant. HEX triplet: 85, 0B and 6A. RGB value is (133,11,106). Sum of RGB (Red+Green+Blue) = 133+11+106=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #850B6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B6A is #7AF495. Grayscale: #3A3A3A. Windows color (decimal): -8058006 or 6949765. OLE color: 6949765.

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

Color convert

RGB 133 11 106 -
CMYK 0 0.92 0.20 0.48
HSL 313.28º 0.85% 0.28% -
HSV(B) 313.28º 0.92% 0.52% -
XYZ 12.39 6.27 14.19 -
YUV 58.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 133 11 106 0 0.92 0.20 0.48 313.28 0.85 0.28
Hex 85 B 6A 0 5C 14 30 139 55 1C
Octal 205 13 152 0 134 24 60 471 125 34
Binary 10000101 1011 1101010 0 1011100 10100 110000 100111001 1010101 11100

Color Harmonies of #850B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850B6A

Black with #850B6A

Text Example


Text Example

White with #850B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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