Html Css Color HEX #85346F Dark Purple

📋 copy color: '#85346F'

red 133 ◦ green 52 ◦ blue 111

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

Shades of Dark Purple #85346F

Tints of Dark Purple #85346F

RGB

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

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

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

R = 44.93%
G = 17.57%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85346F (or 0x85346F) is known color: Dark Purple. HEX triplet: 85, 34 and 6F. RGB value is (133,52,111). Sum of RGB (Red+Green+Blue) = 133+52+111=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85346F is #7ACB90. Grayscale: #525252. Windows color (decimal): -8047505 or 7287941. OLE color: 7287941.

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

Color convert

RGB 133 52 111 -
CMYK 0 0.61 0.17 0.48
HSL 316.3º 0.44% 0.36% -
HSV(B) 316.3º 0.61% 0.52% -
XYZ 13.77 8.59 15.97 -
YUV 82.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 133 52 111 0 0.61 0.17 0.48 316.3 0.44 0.36
Hex 85 34 6F 0 3D 11 30 13C 2C 24
Octal 205 64 157 0 75 21 60 474 54 44
Binary 10000101 110100 1101111 0 111101 10001 110000 100111100 101100 100100

Color Harmonies of #85346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85346F

Black with #85346F

Text Example


Text Example

White with #85346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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