Html Css Color HEX #85346D Dark Purple

📋 copy color: '#85346D'

red 133 ◦ green 52 ◦ blue 109

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

Shades of Dark Purple #85346D

Tints of Dark Purple #85346D

RGB

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

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

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

R = 45.24%
G = 17.69%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85346D (or 0x85346D) is known color: Dark Purple. HEX triplet: 85, 34 and 6D. RGB value is (133,52,109). Sum of RGB (Red+Green+Blue) = 133+52+109=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85346D is #7ACB92. Grayscale: #525252. Windows color (decimal): -8047507 or 7156869. OLE color: 7156869.

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

Color convert

RGB 133 52 109 -
CMYK 0 0.61 0.18 0.48
HSL 317.78º 0.44% 0.36% -
HSV(B) 317.78º 0.61% 0.52% -
XYZ 13.66 8.55 15.4 -
YUV 82.72 142.84 163.87 -
System Red Green Blue C M Y K H S L
Decimal 133 52 109 0 0.61 0.18 0.48 317.78 0.44 0.36
Hex 85 34 6D 0 3D 12 30 13E 2C 24
Octal 205 64 155 0 75 22 60 476 54 44
Binary 10000101 110100 1101101 0 111101 10010 110000 100111110 101100 100100

Color Harmonies of #85346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85346D

Black with #85346D

Text Example


Text Example

White with #85346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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