Html Css Color HEX #85247D Dark Purple

📋 copy color: '#85247D'

red 133 ◦ green 36 ◦ blue 125

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

Shades of Dark Purple #85247D

Tints of Dark Purple #85247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.24%

 BLUE value IS 125 (49.22% from 255) = 42.52%

R = 45.24%
G = 12.24%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85247D (or 0x85247D) is known color: Dark Purple. HEX triplet: 85, 24 and 7D. RGB value is (133,36,125). Sum of RGB (Red+Green+Blue) = 133+36+125=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85247D is #7ADB82. Grayscale: #4A4A4A. Windows color (decimal): -8051587 or 8201349. OLE color: 8201349.

HSL color Cylindrical-coordinate representation of color #85247D: hue angle of 304.95º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85247D is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 125 -
CMYK 0 0.73 0.06 0.48
HSL 304.95º 0.57% 0.33% -
HSV(B) 304.95º 0.73% 0.52% -
XYZ 14.01 7.73 20.16 -
YUV 75.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 133 36 125 0 0.73 0.06 0.48 304.95 0.57 0.33
Hex 85 24 7D 0 49 6 30 131 39 21
Octal 205 44 175 0 111 6 60 461 71 41
Binary 10000101 100100 1111101 0 1001001 110 110000 100110001 111001 100001

Color Harmonies of #85247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85247D

Black with #85247D

Text Example


Text Example

White with #85247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85247D; }

 p { color: rgb(133,36,125); }

 H1.HeaderClassName
 {
   color: #85247D;
 }
 .AnyTagClassName
 {
   color: #85247D;
 }
</style>

background-color css

<style>
 a { background-color: #85247D; }

 a { background-color: rgb(133,36,125); }

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

border-color css

<style>
 span { border-color: #85247D; }

 span { border-color: rgb(133,36,125); }

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