Html Css Color HEX #85016E Purple

📋 copy color: '#85016E'

red 133 ◦ green 1 ◦ blue 110

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

Shades of Purple #85016E

Tints of Purple #85016E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 110 (43.36% from 255) = 45.08%

R = 54.51%
G = 0.41%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85016E (or 0x85016E) is known color: Purple. HEX triplet: 85, 01 and 6E. RGB value is (133,1,110). Sum of RGB (Red+Green+Blue) = 133+1+110=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85016E is #7AFE91. Grayscale: #343434. Windows color (decimal): -8060562 or 7209349. OLE color: 7209349.

HSL color Cylindrical-coordinate representation of color #85016E: hue angle of 310.45º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85016E is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 1 110 -
CMYK 0 0.99 0.17 0.48
HSL 310.45º 0.99% 0.26% -
HSV(B) 310.45º 0.99% 0.52% -
XYZ 12.5 6.13 15.28 -
YUV 52.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 133 1 110 0 0.99 0.17 0.48 310.45 0.99 0.26
Hex 85 1 6E 0 63 11 30 136 63 1A
Octal 205 1 156 0 143 21 60 466 143 32
Binary 10000101 1 1101110 0 1100011 10001 110000 100110110 1100011 11010

Color Harmonies of #85016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85016E

Black with #85016E

Text Example


Text Example

White with #85016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85016E; }

 p { color: rgb(133,1,110); }

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

background-color css

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

 a { background-color: rgb(133,1,110); }

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

border-color css

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

 span { border-color: rgb(133,1,110); }

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