Html Css Color HEX #85316C Dark Purple

📋 copy color: '#85316C'

red 133 ◦ green 49 ◦ blue 108

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

Shades of Dark Purple #85316C

Tints of Dark Purple #85316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.9%

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 45.86%
G = 16.9%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85316C (or 0x85316C) is known color: Dark Purple. HEX triplet: 85, 31 and 6C. RGB value is (133,49,108). Sum of RGB (Red+Green+Blue) = 133+49+108=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85316C is #7ACE93. Grayscale: #505050. Windows color (decimal): -8048276 or 7090565. OLE color: 7090565.

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

Color convert

RGB 133 49 108 -
CMYK 0 0.63 0.19 0.48
HSL 317.86º 0.46% 0.36% -
HSV(B) 317.86º 0.63% 0.52% -
XYZ 13.48 8.27 15.07 -
YUV 80.84 143.33 165.2 -
System Red Green Blue C M Y K H S L
Decimal 133 49 108 0 0.63 0.19 0.48 317.86 0.46 0.36
Hex 85 31 6C 0 3F 13 30 13E 2E 24
Octal 205 61 154 0 77 23 60 476 56 44
Binary 10000101 110001 1101100 0 111111 10011 110000 100111110 101110 100100

Color Harmonies of #85316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85316C

Black with #85316C

Text Example


Text Example

White with #85316C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,49,108); }

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

background-color css

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

 a { background-color: rgb(133,49,108); }

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

border-color css

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

 span { border-color: rgb(133,49,108); }

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