Html Css Color HEX #850665 Eggplant

📋 copy color: '#850665'

red 133 ◦ green 6 ◦ blue 101

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

Shades of Eggplant #850665

Tints of Eggplant #850665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.08%

R = 55.42%
G = 2.5%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#850665 (or 0x850665) is known color: Eggplant. HEX triplet: 85, 06 and 65. RGB value is (133,6,101). Sum of RGB (Red+Green+Blue) = 133+6+101=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #850665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850665 is #7AF99A. Grayscale: #363636. Windows color (decimal): -8059291 or 6620805. OLE color: 6620805.

HSL color Cylindrical-coordinate representation of color #850665: hue angle of 315.12º 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 #850665 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 6 101 -
CMYK 0 0.95 0.24 0.48
HSL 315.12º 0.91% 0.27% -
HSV(B) 315.12º 0.95% 0.52% -
XYZ 12.09 6.06 12.84 -
YUV 54.8 154.08 183.78 -
System Red Green Blue C M Y K H S L
Decimal 133 6 101 0 0.95 0.24 0.48 315.12 0.91 0.27
Hex 85 6 65 0 5F 18 30 13B 5B 1B
Octal 205 6 145 0 137 30 60 473 133 33
Binary 10000101 110 1100101 0 1011111 11000 110000 100111011 1011011 11011

Color Harmonies of #850665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850665

Black with #850665

Text Example


Text Example

White with #850665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850665; }

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

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

background-color css

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

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

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

border-color css

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

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

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