Html Css Color HEX #851284 Purple

📋 copy color: '#851284'

red 133 ◦ green 18 ◦ blue 132

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

Shades of Purple #851284

Tints of Purple #851284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

 BLUE value IS 132 (51.95% from 255) = 46.64%

R = 47%
G = 6.36%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#851284 (or 0x851284) is known color: Purple. HEX triplet: 85, 12 and 84. RGB value is (133,18,132). Sum of RGB (Red+Green+Blue) = 133+18+132=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #851284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851284 is #7AED7B. Grayscale: #414141. Windows color (decimal): -8056188 or 8655493. OLE color: 8655493.

HSL color Cylindrical-coordinate representation of color #851284: hue angle of 300.52º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851284 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 132 -
CMYK 0 0.86 0.01 0.48
HSL 300.52º 0.76% 0.3% -
HSV(B) 300.52º 0.86% 0.52% -
XYZ 14.05 7.09 22.46 -
YUV 65.38 165.6 176.23 -
System Red Green Blue C M Y K H S L
Decimal 133 18 132 0 0.86 0.01 0.48 300.52 0.76 0.3
Hex 85 12 84 0 56 1 30 12D 4C 1E
Octal 205 22 204 0 126 1 60 455 114 36
Binary 10000101 10010 10000100 0 1010110 1 110000 100101101 1001100 11110

Color Harmonies of #851284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851284

Black with #851284

Text Example


Text Example

White with #851284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851284; }

 p { color: rgb(133,18,132); }

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

background-color css

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

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

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

border-color css

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

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

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