Html Css Color HEX #85206B Dark Purple

📋 copy color: '#85206B'

red 133 ◦ green 32 ◦ blue 107

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

Shades of Dark Purple #85206B

Tints of Dark Purple #85206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.34%

R = 48.9%
G = 11.76%
B = 39.34%

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

#85206B (or 0x85206B) is known color: Dark Purple. HEX triplet: 85, 20 and 6B. RGB value is (133,32,107). Sum of RGB (Red+Green+Blue) = 133+32+107=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #85206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85206B is #7ADF94. Grayscale: #464646. Windows color (decimal): -8052629 or 7020677. OLE color: 7020677.

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

Color convert

RGB 133 32 107 -
CMYK 0 0.76 0.20 0.48
HSL 315.45º 0.61% 0.32% -
HSV(B) 315.45º 0.76% 0.52% -
XYZ 12.84 7.08 14.6 -
YUV 70.75 148.46 172.4 -
System Red Green Blue C M Y K H S L
Decimal 133 32 107 0 0.76 0.20 0.48 315.45 0.61 0.32
Hex 85 20 6B 0 4C 14 30 13B 3D 20
Octal 205 40 153 0 114 24 60 473 75 40
Binary 10000101 100000 1101011 0 1001100 10100 110000 100111011 111101 100000

Color Harmonies of #85206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85206B

Black with #85206B

Text Example


Text Example

White with #85206B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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