Html Css Color HEX #852188 Dark Purple

📋 copy color: '#852188'

red 133 ◦ green 33 ◦ blue 136

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

Shades of Dark Purple #852188

Tints of Dark Purple #852188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 44.04%
G = 10.93%
B = 45.03%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#852188 (or 0x852188) is known color: Dark Purple. HEX triplet: 85, 21 and 88. RGB value is (133,33,136). Sum of RGB (Red+Green+Blue) = 133+33+136=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #852188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852188 is #7ADE77. Grayscale: #4A4A4A. Windows color (decimal): -8052344 or 8921477. OLE color: 8921477.

HSL color Cylindrical-coordinate representation of color #852188: hue angle of 298.25º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852188 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 33 136 -
CMYK 0.02 0.76 0 0.47
HSL 298.25º 0.61% 0.33% -
HSV(B) 298.25º 0.76% 0.53% -
XYZ 14.66 7.85 24.04 -
YUV 74.64 162.63 169.62 -
System Red Green Blue C M Y K H S L
Decimal 133 33 136 0.02 0.76 0 0.47 298.25 0.61 0.33
Hex 85 21 88 2 4C 0 2F 12A 3D 21
Octal 205 41 210 2 114 0 57 452 75 41
Binary 10000101 100001 10001000 10 1001100 0 101111 100101010 111101 100001

Color Harmonies of #852188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852188

Black with #852188

Text Example


Text Example

White with #852188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852188; }

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

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

background-color css

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

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

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

border-color css

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

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

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