Html Css Color HEX #85347C Dark Purple

📋 copy color: '#85347C'

red 133 ◦ green 52 ◦ blue 124

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

Shades of Dark Purple #85347C

Tints of Dark Purple #85347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.83%

 BLUE value IS 124 (48.83% from 255) = 40.13%

R = 43.04%
G = 16.83%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85347C (or 0x85347C) is known color: Dark Purple. HEX triplet: 85, 34 and 7C. RGB value is (133,52,124). Sum of RGB (Red+Green+Blue) = 133+52+124=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85347C is #7ACB83. Grayscale: #545454. Windows color (decimal): -8047492 or 8139909. OLE color: 8139909.

HSL color Cylindrical-coordinate representation of color #85347C: hue angle of 306.67º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85347C is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 124 -
CMYK 0 0.61 0.07 0.48
HSL 306.67º 0.44% 0.36% -
HSV(B) 306.67º 0.61% 0.52% -
XYZ 14.54 8.9 20.02 -
YUV 84.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 133 52 124 0 0.61 0.07 0.48 306.67 0.44 0.36
Hex 85 34 7C 0 3D 7 30 133 2C 24
Octal 205 64 174 0 75 7 60 463 54 44
Binary 10000101 110100 1111100 0 111101 111 110000 100110011 101100 100100

Color Harmonies of #85347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85347C

Black with #85347C

Text Example


Text Example

White with #85347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85347C; }

 p { color: rgb(133,52,124); }

 H1.HeaderClassName
 {
   color: #85347C;
 }
 .AnyTagClassName
 {
   color: #85347C;
 }
</style>

background-color css

<style>
 a { background-color: #85347C; }

 a { background-color: rgb(133,52,124); }

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

border-color css

<style>
 span { border-color: #85347C; }

 span { border-color: rgb(133,52,124); }

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