Html Css Color HEX #85356E Dark Purple

📋 copy color: '#85356E'

red 133 ◦ green 53 ◦ blue 110

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

Shades of Dark Purple #85356E

Tints of Dark Purple #85356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 44.93%
G = 17.91%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85356E (or 0x85356E) is known color: Dark Purple. HEX triplet: 85, 35 and 6E. RGB value is (133,53,110). Sum of RGB (Red+Green+Blue) = 133+53+110=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85356E is #7ACA91. Grayscale: #535353. Windows color (decimal): -8047250 or 7222661. OLE color: 7222661.

HSL color Cylindrical-coordinate representation of color #85356E: hue angle of 317.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85356E is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 110 -
CMYK 0 0.60 0.17 0.48
HSL 317.25º 0.43% 0.36% -
HSV(B) 317.25º 0.6% 0.52% -
XYZ 13.76 8.66 15.7 -
YUV 83.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 133 53 110 0 0.60 0.17 0.48 317.25 0.43 0.36
Hex 85 35 6E 0 3C 11 30 13D 2B 24
Octal 205 65 156 0 74 21 60 475 53 44
Binary 10000101 110101 1101110 0 111100 10001 110000 100111101 101011 100100

Color Harmonies of #85356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85356E

Black with #85356E

Text Example


Text Example

White with #85356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85356E; }

 p { color: rgb(133,53,110); }

 H1.HeaderClassName
 {
   color: #85356E;
 }
 .AnyTagClassName
 {
   color: #85356E;
 }
</style>

background-color css

<style>
 a { background-color: #85356E; }

 a { background-color: rgb(133,53,110); }

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

border-color css

<style>
 span { border-color: #85356E; }

 span { border-color: rgb(133,53,110); }

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