Html Css Color HEX #850369 Eggplant

📋 copy color: '#850369'

red 133 ◦ green 3 ◦ blue 105

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

Shades of Eggplant #850369

Tints of Eggplant #850369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 55.19%
G = 1.24%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#850369 (or 0x850369) is known color: Eggplant. HEX triplet: 85, 03 and 69. RGB value is (133,3,105). Sum of RGB (Red+Green+Blue) = 133+3+105=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #850369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850369 is #7AFC96. Grayscale: #353535. Windows color (decimal): -8060055 or 6882181. OLE color: 6882181.

HSL color Cylindrical-coordinate representation of color #850369: hue angle of 312.92º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850369 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 3 105 -
CMYK 0 0.98 0.21 0.48
HSL 312.92º 0.96% 0.27% -
HSV(B) 312.92º 0.98% 0.52% -
XYZ 12.26 6.07 13.89 -
YUV 53.5 157.07 184.71 -
System Red Green Blue C M Y K H S L
Decimal 133 3 105 0 0.98 0.21 0.48 312.92 0.96 0.27
Hex 85 3 69 0 62 15 30 139 60 1B
Octal 205 3 151 0 142 25 60 471 140 33
Binary 10000101 11 1101001 0 1100010 10101 110000 100111001 1100000 11011

Color Harmonies of #850369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850369

Black with #850369

Text Example


Text Example

White with #850369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850369; }

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

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

background-color css

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

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

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

border-color css

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

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

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