Html Css Color HEX #850F77 Dark Purple

📋 copy color: '#850F77'

red 133 ◦ green 15 ◦ blue 119

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

Shades of Dark Purple #850F77

Tints of Dark Purple #850F77

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.62%

 BLUE value IS 119 (46.88% from 255) = 44.57%

R = 49.81%
G = 5.62%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#850F77 (or 0x850F77) is known color: Dark Purple. HEX triplet: 85, 0F and 77. RGB value is (133,15,119). Sum of RGB (Red+Green+Blue) = 133+15+119=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #850F77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850F77 is #7AF088. Grayscale: #3D3D3D. Windows color (decimal): -8056969 or 7802757. OLE color: 7802757.

HSL color Cylindrical-coordinate representation of color #850F77: hue angle of 307.12º degrees, saturation: 0.8, 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 #850F77 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 15 119 -
CMYK 0 0.89 0.11 0.48
HSL 307.12º 0.8% 0.29% -
HSV(B) 307.12º 0.89% 0.52% -
XYZ 13.17 6.66 18.04 -
YUV 62.14 160.09 178.54 -
System Red Green Blue C M Y K H S L
Decimal 133 15 119 0 0.89 0.11 0.48 307.12 0.8 0.29
Hex 85 F 77 0 59 B 30 133 50 1D
Octal 205 17 167 0 131 13 60 463 120 35
Binary 10000101 1111 1110111 0 1011001 1011 110000 100110011 1010000 11101

Color Harmonies of #850F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850F77

Black with #850F77

Text Example


Text Example

White with #850F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,15,119); }

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

background-color css

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

 a { background-color: rgb(133,15,119); }

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

border-color css

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

 span { border-color: rgb(133,15,119); }

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