Html Css Color HEX #85246D Dark Purple

📋 copy color: '#85246D'

red 133 ◦ green 36 ◦ blue 109

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

Shades of Dark Purple #85246D

Tints of Dark Purple #85246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 47.84%
G = 12.95%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85246D (or 0x85246D) is known color: Dark Purple. HEX triplet: 85, 24 and 6D. RGB value is (133,36,109). Sum of RGB (Red+Green+Blue) = 133+36+109=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85246D is #7ADB92. Grayscale: #494949. Windows color (decimal): -8051603 or 7152773. OLE color: 7152773.

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

Color convert

RGB 133 36 109 -
CMYK 0 0.73 0.18 0.48
HSL 314.85º 0.57% 0.33% -
HSV(B) 314.85º 0.73% 0.52% -
XYZ 13.06 7.35 15.2 -
YUV 73.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 133 36 109 0 0.73 0.18 0.48 314.85 0.57 0.33
Hex 85 24 6D 0 49 12 30 13B 39 21
Octal 205 44 155 0 111 22 60 473 71 41
Binary 10000101 100100 1101101 0 1001001 10010 110000 100111011 111001 100001

Color Harmonies of #85246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85246D

Black with #85246D

Text Example


Text Example

White with #85246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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