Html Css Color HEX #852184 Dark Purple

📋 copy color: '#852184'

red 133 ◦ green 33 ◦ blue 132

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

Shades of Dark Purple #852184

Tints of Dark Purple #852184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

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

R = 44.63%
G = 11.07%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#852184 (or 0x852184) is known color: Dark Purple. HEX triplet: 85, 21 and 84. RGB value is (133,33,132). Sum of RGB (Red+Green+Blue) = 133+33+132=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #852184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852184 is #7ADE7B. Grayscale: #494949. Windows color (decimal): -8052348 or 8659333. OLE color: 8659333.

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

Color convert

RGB 133 33 132 -
CMYK 0 0.75 0.01 0.48
HSL 300.6º 0.6% 0.33% -
HSV(B) 300.6º 0.75% 0.52% -
XYZ 14.38 7.74 22.57 -
YUV 74.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 133 33 132 0 0.75 0.01 0.48 300.6 0.6 0.33
Hex 85 21 84 0 4B 1 30 12D 3C 21
Octal 205 41 204 0 113 1 60 455 74 41
Binary 10000101 100001 10000100 0 1001011 1 110000 100101101 111100 100001

Color Harmonies of #852184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852184

Black with #852184

Text Example


Text Example

White with #852184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852184; }

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

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

background-color css

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

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

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

border-color css

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

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

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