Html Css Color HEX #85296D Dark Purple

📋 copy color: '#85296D'

red 133 ◦ green 41 ◦ blue 109

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

Shades of Dark Purple #85296D

Tints of Dark Purple #85296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.49%

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

R = 47%
G = 14.49%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85296D (or 0x85296D) is known color: Dark Purple. HEX triplet: 85, 29 and 6D. RGB value is (133,41,109). Sum of RGB (Red+Green+Blue) = 133+41+109=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #85296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85296D is #7AD692. Grayscale: #4C4C4C. Windows color (decimal): -8050323 or 7154053. OLE color: 7154053.

HSL color Cylindrical-coordinate representation of color #85296D: hue angle of 315.65º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85296D is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 41 109 -
CMYK 0 0.69 0.18 0.48
HSL 315.65º 0.53% 0.34% -
HSV(B) 315.65º 0.69% 0.52% -
XYZ 13.23 7.68 15.25 -
YUV 76.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 133 41 109 0 0.69 0.18 0.48 315.65 0.53 0.34
Hex 85 29 6D 0 45 12 30 13C 35 22
Octal 205 51 155 0 105 22 60 474 65 42
Binary 10000101 101001 1101101 0 1000101 10010 110000 100111100 110101 100010

Color Harmonies of #85296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85296D

Black with #85296D

Text Example


Text Example

White with #85296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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