Html Css Color HEX #850567 Eggplant

📋 copy color: '#850567'

red 133 ◦ green 5 ◦ blue 103

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

Shades of Eggplant #850567

Tints of Eggplant #850567

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 103 (40.63% from 255) = 42.74%

R = 55.19%
G = 2.07%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#850567 (or 0x850567) is known color: Eggplant. HEX triplet: 85, 05 and 67. RGB value is (133,5,103). Sum of RGB (Red+Green+Blue) = 133+5+103=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #850567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850567 is #7AFA98. Grayscale: #363636. Windows color (decimal): -8059545 or 6751621. OLE color: 6751621.

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

Color convert

RGB 133 5 103 -
CMYK 0 0.96 0.23 0.48
HSL 314.06º 0.93% 0.27% -
HSV(B) 314.06º 0.96% 0.52% -
XYZ 12.18 6.07 13.36 -
YUV 54.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 133 5 103 0 0.96 0.23 0.48 314.06 0.93 0.27
Hex 85 5 67 0 60 17 30 13A 5D 1B
Octal 205 5 147 0 140 27 60 472 135 33
Binary 10000101 101 1100111 0 1100000 10111 110000 100111010 1011101 11011

Color Harmonies of #850567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850567

Black with #850567

Text Example


Text Example

White with #850567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850567; }

 p { color: rgb(133,5,103); }

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

background-color css

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

 a { background-color: rgb(133,5,103); }

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

border-color css

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

 span { border-color: rgb(133,5,103); }

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