Html Css Color HEX #852484 Dark Purple

📋 copy color: '#852484'

red 133 ◦ green 36 ◦ blue 132

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

Shades of Dark Purple #852484

Tints of Dark Purple #852484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

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

R = 44.19%
G = 11.96%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#852484 (or 0x852484) is known color: Dark Purple. HEX triplet: 85, 24 and 84. RGB value is (133,36,132). Sum of RGB (Red+Green+Blue) = 133+36+132=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #852484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852484 is #7ADB7B. Grayscale: #4B4B4B. Windows color (decimal): -8051580 or 8660101. OLE color: 8660101.

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

Color convert

RGB 133 36 132 -
CMYK 0 0.73 0.01 0.48
HSL 300.62º 0.57% 0.33% -
HSV(B) 300.62º 0.73% 0.52% -
XYZ 14.47 7.91 22.59 -
YUV 75.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 133 36 132 0 0.73 0.01 0.48 300.62 0.57 0.33
Hex 85 24 84 0 49 1 30 12D 39 21
Octal 205 44 204 0 111 1 60 455 71 41
Binary 10000101 100100 10000100 0 1001001 1 110000 100101101 111001 100001

Color Harmonies of #852484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852484

Black with #852484

Text Example


Text Example

White with #852484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852484; }

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

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

background-color css

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

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

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

border-color css

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

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

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