Html Css Color HEX #850E84 Purple

📋 copy color: '#850E84'

red 133 ◦ green 14 ◦ blue 132

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

Shades of Purple #850E84

Tints of Purple #850E84

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.02%

 BLUE value IS 132 (51.95% from 255) = 47.31%

R = 47.67%
G = 5.02%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#850E84 (or 0x850E84) is known color: Purple. HEX triplet: 85, 0E and 84. RGB value is (133,14,132). Sum of RGB (Red+Green+Blue) = 133+14+132=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #850E84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850E84 is #7AF17B. Grayscale: #3E3E3E. Windows color (decimal): -8057212 or 8654469. OLE color: 8654469.

HSL color Cylindrical-coordinate representation of color #850E84: hue angle of 300.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850E84 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 14 132 -
CMYK 0 0.89 0.01 0.48
HSL 300.5º 0.81% 0.29% -
HSV(B) 300.5º 0.89% 0.52% -
XYZ 13.99 6.97 22.44 -
YUV 63.03 166.92 177.91 -
System Red Green Blue C M Y K H S L
Decimal 133 14 132 0 0.89 0.01 0.48 300.5 0.81 0.29
Hex 85 E 84 0 59 1 30 12D 51 1D
Octal 205 16 204 0 131 1 60 455 121 35
Binary 10000101 1110 10000100 0 1011001 1 110000 100101101 1010001 11101

Color Harmonies of #850E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850E84

Black with #850E84

Text Example


Text Example

White with #850E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850E84; }

 p { color: rgb(133,14,132); }

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

background-color css

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

 a { background-color: rgb(133,14,132); }

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

border-color css

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

 span { border-color: rgb(133,14,132); }

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