Html Css Color HEX #85207F Dark Purple

📋 copy color: '#85207F'

red 133 ◦ green 32 ◦ blue 127

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

Shades of Dark Purple #85207F

Tints of Dark Purple #85207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.49%

R = 45.55%
G = 10.96%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85207F (or 0x85207F) is known color: Dark Purple. HEX triplet: 85, 20 and 7F. RGB value is (133,32,127). Sum of RGB (Red+Green+Blue) = 133+32+127=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85207F is #7ADF80. Grayscale: #484848. Windows color (decimal): -8052609 or 8331397. OLE color: 8331397.

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

Color convert

RGB 133 32 127 -
CMYK 0 0.76 0.05 0.48
HSL 303.56º 0.61% 0.32% -
HSV(B) 303.56º 0.76% 0.52% -
XYZ 14.02 7.55 20.8 -
YUV 73.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 133 32 127 0 0.76 0.05 0.48 303.56 0.61 0.32
Hex 85 20 7F 0 4C 5 30 130 3D 20
Octal 205 40 177 0 114 5 60 460 75 40
Binary 10000101 100000 1111111 0 1001100 101 110000 100110000 111101 100000

Color Harmonies of #85207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85207F

Black with #85207F

Text Example


Text Example

White with #85207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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