Html Css Color HEX #852984 Dark Purple

📋 copy color: '#852984'

red 133 ◦ green 41 ◦ blue 132

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

Shades of Dark Purple #852984

Tints of Dark Purple #852984

RGB

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

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

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

R = 43.46%
G = 13.4%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#852984 (or 0x852984) is known color: Dark Purple. HEX triplet: 85, 29 and 84. RGB value is (133,41,132). Sum of RGB (Red+Green+Blue) = 133+41+132=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #852984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852984 is #7AD67B. Grayscale: #4E4E4E. Windows color (decimal): -8050300 or 8661381. OLE color: 8661381.

HSL color Cylindrical-coordinate representation of color #852984: hue angle of 300.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 #852984 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 41 132 -
CMYK 0 0.69 0.01 0.48
HSL 300.65º 0.53% 0.34% -
HSV(B) 300.65º 0.69% 0.52% -
XYZ 14.63 8.24 22.65 -
YUV 78.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 133 41 132 0 0.69 0.01 0.48 300.65 0.53 0.34
Hex 85 29 84 0 45 1 30 12D 35 22
Octal 205 51 204 0 105 1 60 455 65 42
Binary 10000101 101001 10000100 0 1000101 1 110000 100101101 110101 100010

Color Harmonies of #852984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852984

Black with #852984

Text Example


Text Example

White with #852984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852984; }

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

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

background-color css

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

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

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

border-color css

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

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

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