Html Css Color HEX #852584 Dark Purple

📋 copy color: '#852584'

red 133 ◦ green 37 ◦ blue 132

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

Shades of Dark Purple #852584

Tints of Dark Purple #852584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.25%

 BLUE value IS 132 (51.95% from 255) = 43.71%

R = 44.04%
G = 12.25%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#852584 (or 0x852584) is known color: Dark Purple. HEX triplet: 85, 25 and 84. RGB value is (133,37,132). Sum of RGB (Red+Green+Blue) = 133+37+132=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #852584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852584 is #7ADA7B. Grayscale: #4C4C4C. Windows color (decimal): -8051324 or 8660357. OLE color: 8660357.

HSL color Cylindrical-coordinate representation of color #852584: hue angle of 300.62º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852584 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 37 132 -
CMYK 0 0.72 0.01 0.48
HSL 300.63º 0.56% 0.33% -
HSV(B) 300.63º 0.72% 0.52% -
XYZ 14.5 7.98 22.61 -
YUV 76.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 133 37 132 0 0.72 0.01 0.48 300.63 0.56 0.33
Hex 85 25 84 0 48 1 30 12D 38 21
Octal 205 45 204 0 110 1 60 455 70 41
Binary 10000101 100101 10000100 0 1001000 1 110000 100101101 111000 100001

Color Harmonies of #852584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852584

Black with #852584

Text Example


Text Example

White with #852584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852584; }

 p { color: rgb(133,37,132); }

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

background-color css

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

 a { background-color: rgb(133,37,132); }

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

border-color css

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

 span { border-color: rgb(133,37,132); }

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