Html Css Color HEX #850B69 Eggplant

📋 copy color: '#850B69'

red 133 ◦ green 11 ◦ blue 105

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

Shades of Eggplant #850B69

Tints of Eggplant #850B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.17%

R = 53.41%
G = 4.42%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#850B69 (or 0x850B69) is known color: Eggplant. HEX triplet: 85, 0B and 69. RGB value is (133,11,105). Sum of RGB (Red+Green+Blue) = 133+11+105=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #850B69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B69 is #7AF496. Grayscale: #393939. Windows color (decimal): -8058007 or 6884229. OLE color: 6884229.

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

Color convert

RGB 133 11 105 -
CMYK 0 0.92 0.21 0.48
HSL 313.77º 0.85% 0.28% -
HSV(B) 313.77º 0.92% 0.52% -
XYZ 12.34 6.25 13.92 -
YUV 58.19 154.42 181.36 -
System Red Green Blue C M Y K H S L
Decimal 133 11 105 0 0.92 0.21 0.48 313.77 0.85 0.28
Hex 85 B 69 0 5C 15 30 13A 55 1C
Octal 205 13 151 0 134 25 60 472 125 34
Binary 10000101 1011 1101001 0 1011100 10101 110000 100111010 1010101 11100

Color Harmonies of #850B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850B69

Black with #850B69

Text Example


Text Example

White with #850B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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