Html Css Color HEX #850D73 Dark Purple

📋 copy color: '#850D73'

red 133 ◦ green 13 ◦ blue 115

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

Shades of Dark Purple #850D73

Tints of Dark Purple #850D73

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.98%

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 50.96%
G = 4.98%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#850D73 (or 0x850D73) is known color: Dark Purple. HEX triplet: 85, 0D and 73. RGB value is (133,13,115). Sum of RGB (Red+Green+Blue) = 133+13+115=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #850D73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850D73 is #7AF28C. Grayscale: #3C3C3C. Windows color (decimal): -8057485 or 7540101. OLE color: 7540101.

HSL color Cylindrical-coordinate representation of color #850D73: hue angle of 309º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D73 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 115 -
CMYK 0 0.90 0.14 0.48
HSL 309º 0.82% 0.29% -
HSV(B) 309º 0.9% 0.52% -
XYZ 12.91 6.51 16.8 -
YUV 60.51 158.76 179.71 -
System Red Green Blue C M Y K H S L
Decimal 133 13 115 0 0.90 0.14 0.48 309 0.82 0.29
Hex 85 D 73 0 5A E 30 135 52 1D
Octal 205 15 163 0 132 16 60 465 122 35
Binary 10000101 1101 1110011 0 1011010 1110 110000 100110101 1010010 11101

Color Harmonies of #850D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D73

Black with #850D73

Text Example


Text Example

White with #850D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,13,115); }

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

background-color css

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

 a { background-color: rgb(133,13,115); }

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

border-color css

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

 span { border-color: rgb(133,13,115); }

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