Html Css Color HEX #850F76 Dark Purple

📋 copy color: '#850F76'

red 133 ◦ green 15 ◦ blue 118

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

Shades of Dark Purple #850F76

Tints of Dark Purple #850F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.36%

R = 50%
G = 5.64%
B = 44.36%

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

#850F76 (or 0x850F76) is known color: Dark Purple. HEX triplet: 85, 0F and 76. RGB value is (133,15,118). Sum of RGB (Red+Green+Blue) = 133+15+118=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #850F76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850F76 is #7AF089. Grayscale: #3D3D3D. Windows color (decimal): -8056970 or 7737221. OLE color: 7737221.

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

Color convert

RGB 133 15 118 -
CMYK 0 0.89 0.11 0.48
HSL 307.63º 0.8% 0.29% -
HSV(B) 307.63º 0.89% 0.52% -
XYZ 13.11 6.64 17.73 -
YUV 62.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 133 15 118 0 0.89 0.11 0.48 307.63 0.8 0.29
Hex 85 F 76 0 59 B 30 134 50 1D
Octal 205 17 166 0 131 13 60 464 120 35
Binary 10000101 1111 1110110 0 1011001 1011 110000 100110100 1010000 11101

Color Harmonies of #850F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850F76

Black with #850F76

Text Example


Text Example

White with #850F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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