Html Css Color HEX #85207E Dark Purple

📋 copy color: '#85207E'

red 133 ◦ green 32 ◦ blue 126

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

Shades of Dark Purple #85207E

Tints of Dark Purple #85207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.3%

R = 45.7%
G = 11%
B = 43.3%

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

#85207E (or 0x85207E) is known color: Dark Purple. HEX triplet: 85, 20 and 7E. RGB value is (133,32,126). Sum of RGB (Red+Green+Blue) = 133+32+126=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85207E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85207E is #7ADF81. Grayscale: #484848. Windows color (decimal): -8052610 or 8265861. OLE color: 8265861.

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

Color convert

RGB 133 32 126 -
CMYK 0 0.76 0.05 0.48
HSL 304.16º 0.61% 0.32% -
HSV(B) 304.16º 0.76% 0.52% -
XYZ 13.96 7.53 20.46 -
YUV 72.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 133 32 126 0 0.76 0.05 0.48 304.16 0.61 0.32
Hex 85 20 7E 0 4C 5 30 130 3D 20
Octal 205 40 176 0 114 5 60 460 75 40
Binary 10000101 100000 1111110 0 1001100 101 110000 100110000 111101 100000

Color Harmonies of #85207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85207E

Black with #85207E

Text Example


Text Example

White with #85207E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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