Html Css Color HEX #85006E Purple

📋 copy color: '#85006E'

red 133 ◦ green 0 ◦ blue 110

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

Shades of Purple #85006E

Tints of Purple #85006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.73%
G = 0%
B = 45.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85006E (or 0x85006E) is known color: Purple. HEX triplet: 85, 00 and 6E. RGB value is (133,0,110). Sum of RGB (Red+Green+Blue) = 133+0+110=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85006E is #7AFF91. Grayscale: #343434. Windows color (decimal): -8060818 or 7209093. OLE color: 7209093.

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

Color convert

RGB 133 0 110 -
CMYK 0 1 0.17 0.48
HSL 310.38º 1% 0.26% -
HSV(B) 310.38º 1% 0.52% -
XYZ 12.49 6.11 15.27 -
YUV 52.31 160.56 185.56 -
System Red Green Blue C M Y K H S L
Decimal 133 0 110 0 1 0.17 0.48 310.38 1 0.26
Hex 85 0 6E 0 64 11 30 136 64 1A
Octal 205 0 156 0 144 21 60 466 144 32
Binary 10000101 0 1101110 0 1100100 10001 110000 100110110 1100100 11010

Color Harmonies of #85006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85006E

Black with #85006E

Text Example


Text Example

White with #85006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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