Html Css Color HEX #851182 Purple

📋 copy color: '#851182'

red 133 ◦ green 17 ◦ blue 130

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

Shades of Purple #851182

Tints of Purple #851182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.43%

R = 47.5%
G = 6.07%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#851182 (or 0x851182) is known color: Purple. HEX triplet: 85, 11 and 82. RGB value is (133,17,130). Sum of RGB (Red+Green+Blue) = 133+17+130=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #851182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851182 is #7AEE7D. Grayscale: #404040. Windows color (decimal): -8056446 or 8524165. OLE color: 8524165.

HSL color Cylindrical-coordinate representation of color #851182: hue angle of 301.55º 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 #851182 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 130 -
CMYK 0 0.87 0.02 0.48
HSL 301.55º 0.77% 0.29% -
HSV(B) 301.55º 0.87% 0.52% -
XYZ 13.9 7 21.74 -
YUV 64.57 164.93 176.81 -
System Red Green Blue C M Y K H S L
Decimal 133 17 130 0 0.87 0.02 0.48 301.55 0.77 0.29
Hex 85 11 82 0 57 2 30 12E 4D 1D
Octal 205 21 202 0 127 2 60 456 115 35
Binary 10000101 10001 10000010 0 1010111 10 110000 100101110 1001101 11101

Color Harmonies of #851182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851182

Black with #851182

Text Example


Text Example

White with #851182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851182; }

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

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

background-color css

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

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

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

border-color css

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

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

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