Html Css Color HEX #850663 Eggplant

📋 copy color: '#850663'

red 133 ◦ green 6 ◦ blue 99

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

Shades of Eggplant #850663

Tints of Eggplant #850663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.6%

R = 55.88%
G = 2.52%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#850663 (or 0x850663) is known color: Eggplant. HEX triplet: 85, 06 and 63. RGB value is (133,6,99). Sum of RGB (Red+Green+Blue) = 133+6+99=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #850663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850663 is #7AF99C. Grayscale: #363636. Windows color (decimal): -8059293 or 6489733. OLE color: 6489733.

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

Color convert

RGB 133 6 99 -
CMYK 0 0.95 0.26 0.48
HSL 316.06º 0.91% 0.27% -
HSV(B) 316.06º 0.95% 0.52% -
XYZ 11.99 6.02 12.33 -
YUV 54.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 133 6 99 0 0.95 0.26 0.48 316.06 0.91 0.27
Hex 85 6 63 0 5F 1A 30 13C 5B 1B
Octal 205 6 143 0 137 32 60 474 133 33
Binary 10000101 110 1100011 0 1011111 11010 110000 100111100 1011011 11011

Color Harmonies of #850663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850663

Black with #850663

Text Example


Text Example

White with #850663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850663; }

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

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

background-color css

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

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

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

border-color css

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

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

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