Html Css Color HEX #852786 Dark Purple

📋 copy color: '#852786'

red 133 ◦ green 39 ◦ blue 134

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

Shades of Dark Purple #852786

Tints of Dark Purple #852786

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

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

R = 43.46%
G = 12.75%
B = 43.79%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#852786 (or 0x852786) is known color: Dark Purple. HEX triplet: 85, 27 and 86. RGB value is (133,39,134). Sum of RGB (Red+Green+Blue) = 133+39+134=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #852786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852786 is #7AD879. Grayscale: #4D4D4D. Windows color (decimal): -8050810 or 8791941. OLE color: 8791941.

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

Color convert

RGB 133 39 134 -
CMYK 0.01 0.71 0 0.47
HSL 299.37º 0.55% 0.34% -
HSV(B) 299.37º 0.71% 0.53% -
XYZ 14.7 8.16 23.35 -
YUV 77.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 133 39 134 0.01 0.71 0 0.47 299.37 0.55 0.34
Hex 85 27 86 1 47 0 2F 12B 37 22
Octal 205 47 206 1 107 0 57 453 67 42
Binary 10000101 100111 10000110 1 1000111 0 101111 100101011 110111 100010

Color Harmonies of #852786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852786

Black with #852786

Text Example


Text Example

White with #852786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852786; }

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

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

background-color css

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

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

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

border-color css

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

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

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