Html Css Color HEX #850068 Eggplant

📋 copy color: '#850068'

red 133 ◦ green 0 ◦ blue 104

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

Shades of Eggplant #850068

Tints of Eggplant #850068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.12%
G = 0%
B = 43.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#850068 (or 0x850068) is known color: Eggplant. HEX triplet: 85, 00 and 68. RGB value is (133,0,104). Sum of RGB (Red+Green+Blue) = 133+0+104=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #850068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850068 is #7AFF97. Grayscale: #333333. Windows color (decimal): -8060824 or 6815877. OLE color: 6815877.

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

Color convert

RGB 133 0 104 -
CMYK 0 1 0.22 0.48
HSL 313.08º 1% 0.26% -
HSV(B) 313.08º 1% 0.52% -
XYZ 12.17 5.99 13.61 -
YUV 51.62 157.56 186.04 -
System Red Green Blue C M Y K H S L
Decimal 133 0 104 0 1 0.22 0.48 313.08 1 0.26
Hex 85 0 68 0 64 16 30 139 64 1A
Octal 205 0 150 0 144 26 60 471 144 32
Binary 10000101 0 1101000 0 1100100 10110 110000 100111001 1100100 11010

Color Harmonies of #850068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850068

Black with #850068

Text Example


Text Example

White with #850068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850068; }

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

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

background-color css

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

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

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

border-color css

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

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

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