Html Css Color HEX #85326A Dark Purple

📋 copy color: '#85326A'

red 133 ◦ green 50 ◦ blue 106

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

Shades of Dark Purple #85326A

Tints of Dark Purple #85326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 106 (41.8% from 255) = 36.68%

R = 46.02%
G = 17.3%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85326A (or 0x85326A) is known color: Dark Purple. HEX triplet: 85, 32 and 6A. RGB value is (133,50,106). Sum of RGB (Red+Green+Blue) = 133+50+106=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #85326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85326A is #7ACD95. Grayscale: #515151. Windows color (decimal): -8048022 or 6959749. OLE color: 6959749.

HSL color Cylindrical-coordinate representation of color #85326A: hue angle of 319.52º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85326A is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 50 106 -
CMYK 0 0.62 0.20 0.48
HSL 319.52º 0.45% 0.36% -
HSV(B) 319.52º 0.62% 0.52% -
XYZ 13.41 8.31 14.53 -
YUV 81.2 142 164.95 -
System Red Green Blue C M Y K H S L
Decimal 133 50 106 0 0.62 0.20 0.48 319.52 0.45 0.36
Hex 85 32 6A 0 3E 14 30 140 2D 24
Octal 205 62 152 0 76 24 60 500 55 44
Binary 10000101 110010 1101010 0 111110 10100 110000 101000000 101101 100100

Color Harmonies of #85326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85326A

Black with #85326A

Text Example


Text Example

White with #85326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85326A; }

 p { color: rgb(133,50,106); }

 H1.HeaderClassName
 {
   color: #85326A;
 }
 .AnyTagClassName
 {
   color: #85326A;
 }
</style>

background-color css

<style>
 a { background-color: #85326A; }

 a { background-color: rgb(133,50,106); }

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

border-color css

<style>
 span { border-color: #85326A; }

 span { border-color: rgb(133,50,106); }

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