Html Css Color HEX #85246F Dark Purple

📋 copy color: '#85246F'

red 133 ◦ green 36 ◦ blue 111

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

Shades of Dark Purple #85246F

Tints of Dark Purple #85246F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.64%

R = 47.5%
G = 12.86%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85246F (or 0x85246F) is known color: Dark Purple. HEX triplet: 85, 24 and 6F. RGB value is (133,36,111). Sum of RGB (Red+Green+Blue) = 133+36+111=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85246F is #7ADB90. Grayscale: #494949. Windows color (decimal): -8051601 or 7283845. OLE color: 7283845.

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

Color convert

RGB 133 36 111 -
CMYK 0 0.73 0.17 0.48
HSL 313.61º 0.57% 0.33% -
HSV(B) 313.61º 0.73% 0.52% -
XYZ 13.17 7.4 15.77 -
YUV 73.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 133 36 111 0 0.73 0.17 0.48 313.61 0.57 0.33
Hex 85 24 6F 0 49 11 30 13A 39 21
Octal 205 44 157 0 111 21 60 472 71 41
Binary 10000101 100100 1101111 0 1001001 10001 110000 100111010 111001 100001

Color Harmonies of #85246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85246F

Black with #85246F

Text Example


Text Example

White with #85246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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