Html Css Color HEX #850963 Eggplant

📋 copy color: '#850963'

red 133 ◦ green 9 ◦ blue 99

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

Shades of Eggplant #850963

Tints of Eggplant #850963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.73%

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

R = 55.19%
G = 3.73%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#850963 (or 0x850963) is known color: Eggplant. HEX triplet: 85, 09 and 63. RGB value is (133,9,99). Sum of RGB (Red+Green+Blue) = 133+9+99=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #850963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850963 is #7AF69C. Grayscale: #383838. Windows color (decimal): -8058525 or 6490501. OLE color: 6490501.

HSL color Cylindrical-coordinate representation of color #850963: hue angle of 316.45º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850963 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 9 99 -
CMYK 0 0.93 0.26 0.48
HSL 316.45º 0.87% 0.28% -
HSV(B) 316.45º 0.93% 0.52% -
XYZ 12.02 6.08 12.34 -
YUV 56.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 133 9 99 0 0.93 0.26 0.48 316.45 0.87 0.28
Hex 85 9 63 0 5D 1A 30 13C 57 1C
Octal 205 11 143 0 135 32 60 474 127 34
Binary 10000101 1001 1100011 0 1011101 11010 110000 100111100 1010111 11100

Color Harmonies of #850963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850963

Black with #850963

Text Example


Text Example

White with #850963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850963; }

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

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

background-color css

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

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

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

border-color css

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

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

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