Html Css Color HEX #852087 Dark Purple

📋 copy color: '#852087'

red 133 ◦ green 32 ◦ blue 135

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

Shades of Dark Purple #852087

Tints of Dark Purple #852087

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.67%

 BLUE value IS 135 (53.13% from 255) = 45%

R = 44.33%
G = 10.67%
B = 45%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#852087 (or 0x852087) is known color: Dark Purple. HEX triplet: 85, 20 and 87. RGB value is (133,32,135). Sum of RGB (Red+Green+Blue) = 133+32+135=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #852087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852087 is #7ADF78. Grayscale: #494949. Windows color (decimal): -8052601 or 8855685. OLE color: 8855685.

HSL color Cylindrical-coordinate representation of color #852087: hue angle of 298.83º degrees, saturation: 0.62, 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 #852087 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 32 135 -
CMYK 0.01 0.76 0 0.47
HSL 298.84º 0.62% 0.33% -
HSV(B) 298.84º 0.76% 0.53% -
XYZ 14.56 7.77 23.65 -
YUV 73.94 162.46 170.12 -
System Red Green Blue C M Y K H S L
Decimal 133 32 135 0.01 0.76 0 0.47 298.84 0.62 0.33
Hex 85 20 87 1 4C 0 2F 12B 3E 21
Octal 205 40 207 1 114 0 57 453 76 41
Binary 10000101 100000 10000111 1 1001100 0 101111 100101011 111110 100001

Color Harmonies of #852087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852087

Black with #852087

Text Example


Text Example

White with #852087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852087; }

 p { color: rgb(133,32,135); }

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

background-color css

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

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

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

border-color css

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

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

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