Html Css Color HEX #85206A Dark Purple

📋 copy color: '#85206A'

red 133 ◦ green 32 ◦ blue 106

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

Shades of Dark Purple #85206A

Tints of Dark Purple #85206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.11%

R = 49.08%
G = 11.81%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85206A (or 0x85206A) is known color: Dark Purple. HEX triplet: 85, 20 and 6A. RGB value is (133,32,106). Sum of RGB (Red+Green+Blue) = 133+32+106=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #85206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85206A is #7ADF95. Grayscale: #464646. Windows color (decimal): -8052630 or 6955141. OLE color: 6955141.

HSL color Cylindrical-coordinate representation of color #85206A: hue angle of 316.04º 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 #85206A is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 106 -
CMYK 0 0.76 0.20 0.48
HSL 316.04º 0.61% 0.32% -
HSV(B) 316.04º 0.76% 0.52% -
XYZ 12.79 7.06 14.32 -
YUV 70.64 147.96 172.48 -
System Red Green Blue C M Y K H S L
Decimal 133 32 106 0 0.76 0.20 0.48 316.04 0.61 0.32
Hex 85 20 6A 0 4C 14 30 13C 3D 20
Octal 205 40 152 0 114 24 60 474 75 40
Binary 10000101 100000 1101010 0 1001100 10100 110000 100111100 111101 100000

Color Harmonies of #85206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85206A

Black with #85206A

Text Example


Text Example

White with #85206A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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