Html Css Color HEX #85206F Dark Purple

📋 copy color: '#85206F'

red 133 ◦ green 32 ◦ blue 111

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

Shades of Dark Purple #85206F

Tints of Dark Purple #85206F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.59%

 BLUE value IS 111 (43.75% from 255) = 40.22%

R = 48.19%
G = 11.59%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85206F (or 0x85206F) is known color: Dark Purple. HEX triplet: 85, 20 and 6F. RGB value is (133,32,111). Sum of RGB (Red+Green+Blue) = 133+32+111=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85206F is #7ADF90. Grayscale: #464646. Windows color (decimal): -8052625 or 7282821. OLE color: 7282821.

HSL color Cylindrical-coordinate representation of color #85206F: hue angle of 313.07º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85206F is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 111 -
CMYK 0 0.76 0.17 0.48
HSL 313.07º 0.61% 0.32% -
HSV(B) 313.07º 0.76% 0.52% -
XYZ 13.06 7.17 15.73 -
YUV 71.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 133 32 111 0 0.76 0.17 0.48 313.07 0.61 0.32
Hex 85 20 6F 0 4C 11 30 139 3D 20
Octal 205 40 157 0 114 21 60 471 75 40
Binary 10000101 100000 1101111 0 1001100 10001 110000 100111001 111101 100000

Color Harmonies of #85206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85206F

Black with #85206F

Text Example


Text Example

White with #85206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85206F; }

 p { color: rgb(133,32,111); }

 H1.HeaderClassName
 {
   color: #85206F;
 }
 .AnyTagClassName
 {
   color: #85206F;
 }
</style>

background-color css

<style>
 a { background-color: #85206F; }

 a { background-color: rgb(133,32,111); }

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

border-color css

<style>
 span { border-color: #85206F; }

 span { border-color: rgb(133,32,111); }

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