Html Css Color HEX #852886 Dark Purple

📋 copy color: '#852886'

red 133 ◦ green 40 ◦ blue 134

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

Shades of Dark Purple #852886

Tints of Dark Purple #852886

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

 BLUE value IS 134 (52.73% from 255) = 43.65%

R = 43.32%
G = 13.03%
B = 43.65%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#852886 (or 0x852886) is known color: Dark Purple. HEX triplet: 85, 28 and 86. RGB value is (133,40,134). Sum of RGB (Red+Green+Blue) = 133+40+134=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #852886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852886 is #7AD779. Grayscale: #4E4E4E. Windows color (decimal): -8050554 or 8792197. OLE color: 8792197.

HSL color Cylindrical-coordinate representation of color #852886: hue angle of 299.36º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852886 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 40 134 -
CMYK 0.01 0.70 0 0.47
HSL 299.36º 0.54% 0.34% -
HSV(B) 299.36º 0.7% 0.53% -
XYZ 14.73 8.23 23.37 -
YUV 78.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 133 40 134 0.01 0.70 0 0.47 299.36 0.54 0.34
Hex 85 28 86 1 46 0 2F 12B 36 22
Octal 205 50 206 1 106 0 57 453 66 42
Binary 10000101 101000 10000110 1 1000110 0 101111 100101011 110110 100010

Color Harmonies of #852886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852886

Black with #852886

Text Example


Text Example

White with #852886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852886; }

 p { color: rgb(133,40,134); }

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

background-color css

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

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

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

border-color css

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

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

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