Html Css Color HEX #852185 Dark Purple

📋 copy color: '#852185'

red 133 ◦ green 33 ◦ blue 133

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

Shades of Dark Purple #852185

Tints of Dark Purple #852185

RGB

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

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

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

R = 44.48%
G = 11.04%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#852185 (or 0x852185) is known color: Dark Purple. HEX triplet: 85, 21 and 85. RGB value is (133,33,133). Sum of RGB (Red+Green+Blue) = 133+33+133=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #852185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852185 is #7ADE7A. Grayscale: #4A4A4A. Windows color (decimal): -8052347 or 8724869. OLE color: 8724869.

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

Color convert

RGB 133 33 133 -
CMYK 0 0.75 0 0.48
HSL 300º 0.6% 0.33% -
HSV(B) 300º 0.75% 0.52% -
XYZ 14.45 7.77 22.93 -
YUV 74.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 133 33 133 0 0.75 0 0.48 300 0.6 0.33
Hex 85 21 85 0 4B 0 30 12C 3C 21
Octal 205 41 205 0 113 0 60 454 74 41
Binary 10000101 100001 10000101 0 1001011 0 110000 100101100 111100 100001

Color Harmonies of #852185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852185

Black with #852185

Text Example


Text Example

White with #852185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852185; }

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

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

background-color css

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

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

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

border-color css

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

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

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