Html Css Color HEX #852485 Dark Purple

📋 copy color: '#852485'

red 133 ◦ green 36 ◦ blue 133

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

Shades of Dark Purple #852485

Tints of Dark Purple #852485

RGB

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

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

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

R = 44.04%
G = 11.92%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#852485 (or 0x852485) is known color: Dark Purple. HEX triplet: 85, 24 and 85. RGB value is (133,36,133). Sum of RGB (Red+Green+Blue) = 133+36+133=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #852485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852485 is #7ADB7A. Grayscale: #4B4B4B. Windows color (decimal): -8051579 or 8725637. OLE color: 8725637.

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

Color convert

RGB 133 36 133 -
CMYK 0 0.73 0 0.48
HSL 300º 0.57% 0.33% -
HSV(B) 300º 0.73% 0.52% -
XYZ 14.54 7.94 22.96 -
YUV 76.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 133 36 133 0 0.73 0 0.48 300 0.57 0.33
Hex 85 24 85 0 49 0 30 12C 39 21
Octal 205 44 205 0 111 0 60 454 71 41
Binary 10000101 100100 10000101 0 1001001 0 110000 100101100 111001 100001

Color Harmonies of #852485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852485

Black with #852485

Text Example


Text Example

White with #852485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852485; }

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

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

background-color css

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

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

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

border-color css

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

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

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