Html Css Color HEX #850467 Eggplant

📋 copy color: '#850467'

red 133 ◦ green 4 ◦ blue 103

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

Shades of Eggplant #850467

Tints of Eggplant #850467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 55.42%
G = 1.67%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#850467 (or 0x850467) is known color: Eggplant. HEX triplet: 85, 04 and 67. RGB value is (133,4,103). Sum of RGB (Red+Green+Blue) = 133+4+103=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #850467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850467 is #7AFB98. Grayscale: #353535. Windows color (decimal): -8059801 or 6751365. OLE color: 6751365.

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

Color convert

RGB 133 4 103 -
CMYK 0 0.97 0.23 0.48
HSL 313.95º 0.94% 0.27% -
HSV(B) 313.95º 0.97% 0.52% -
XYZ 12.16 6.05 13.36 -
YUV 53.86 155.74 184.45 -
System Red Green Blue C M Y K H S L
Decimal 133 4 103 0 0.97 0.23 0.48 313.95 0.94 0.27
Hex 85 4 67 0 61 17 30 13A 5E 1B
Octal 205 4 147 0 141 27 60 472 136 33
Binary 10000101 100 1100111 0 1100001 10111 110000 100111010 1011110 11011

Color Harmonies of #850467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850467

Black with #850467

Text Example


Text Example

White with #850467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850467; }

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

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

background-color css

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

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

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

border-color css

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

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

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