Html Css Color HEX #851185 Purple

📋 copy color: '#851185'

red 133 ◦ green 17 ◦ blue 133

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

Shades of Purple #851185

Tints of Purple #851185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.01%

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

R = 47%
G = 6.01%
B = 47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#851185 (or 0x851185) is known color: Purple. HEX triplet: 85, 11 and 85. RGB value is (133,17,133). Sum of RGB (Red+Green+Blue) = 133+17+133=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #851185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851185 is #7AEE7A. Grayscale: #404040. Windows color (decimal): -8056443 or 8720773. OLE color: 8720773.

HSL color Cylindrical-coordinate representation of color #851185: hue angle of 300º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851185 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 133 -
CMYK 0 0.87 0 0.48
HSL 300º 0.77% 0.29% -
HSV(B) 300º 0.87% 0.52% -
XYZ 14.11 7.08 22.81 -
YUV 64.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 133 17 133 0 0.87 0 0.48 300 0.77 0.29
Hex 85 11 85 0 57 0 30 12C 4D 1D
Octal 205 21 205 0 127 0 60 454 115 35
Binary 10000101 10001 10000101 0 1010111 0 110000 100101100 1001101 11101

Color Harmonies of #851185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851185

Black with #851185

Text Example


Text Example

White with #851185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851185; }

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

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

background-color css

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

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

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

border-color css

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

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

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