Html Css Color HEX #850968 Eggplant

📋 copy color: '#850968'

red 133 ◦ green 9 ◦ blue 104

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

Shades of Eggplant #850968

Tints of Eggplant #850968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.28%

R = 54.07%
G = 3.66%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#850968 (or 0x850968) is known color: Eggplant. HEX triplet: 85, 09 and 68. RGB value is (133,9,104). Sum of RGB (Red+Green+Blue) = 133+9+104=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #850968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850968 is #7AF697. Grayscale: #383838. Windows color (decimal): -8058520 or 6818181. OLE color: 6818181.

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

Color convert

RGB 133 9 104 -
CMYK 0 0.93 0.22 0.48
HSL 314.03º 0.87% 0.28% -
HSV(B) 314.03º 0.93% 0.52% -
XYZ 12.27 6.18 13.64 -
YUV 56.91 154.58 182.28 -
System Red Green Blue C M Y K H S L
Decimal 133 9 104 0 0.93 0.22 0.48 314.03 0.87 0.28
Hex 85 9 68 0 5D 16 30 13A 57 1C
Octal 205 11 150 0 135 26 60 472 127 34
Binary 10000101 1001 1101000 0 1011101 10110 110000 100111010 1010111 11100

Color Harmonies of #850968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850968

Black with #850968

Text Example


Text Example

White with #850968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850968; }

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

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

background-color css

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

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

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

border-color css

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

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

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