Html Css Color HEX #850669 Eggplant

📋 copy color: '#850669'

red 133 ◦ green 6 ◦ blue 105

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

Shades of Eggplant #850669

Tints of Eggplant #850669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.46%

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

R = 54.51%
G = 2.46%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#850669 (or 0x850669) is known color: Eggplant. HEX triplet: 85, 06 and 69. RGB value is (133,6,105). Sum of RGB (Red+Green+Blue) = 133+6+105=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #850669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850669 is #7AF996. Grayscale: #363636. Windows color (decimal): -8059287 or 6882949. OLE color: 6882949.

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

Color convert

RGB 133 6 105 -
CMYK 0 0.95 0.21 0.48
HSL 313.23º 0.91% 0.27% -
HSV(B) 313.23º 0.95% 0.52% -
XYZ 12.29 6.14 13.9 -
YUV 55.26 156.08 183.45 -
System Red Green Blue C M Y K H S L
Decimal 133 6 105 0 0.95 0.21 0.48 313.23 0.91 0.27
Hex 85 6 69 0 5F 15 30 139 5B 1B
Octal 205 6 151 0 137 25 60 471 133 33
Binary 10000101 110 1101001 0 1011111 10101 110000 100111001 1011011 11011

Color Harmonies of #850669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850669

Black with #850669

Text Example


Text Example

White with #850669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850669; }

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

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

background-color css

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

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

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

border-color css

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

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

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