Html Css Color HEX #851282 Purple

📋 copy color: '#851282'

red 133 ◦ green 18 ◦ blue 130

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

Shades of Purple #851282

Tints of Purple #851282

RGB

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

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

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

R = 47.33%
G = 6.41%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#851282 (or 0x851282) is known color: Purple. HEX triplet: 85, 12 and 82. RGB value is (133,18,130). Sum of RGB (Red+Green+Blue) = 133+18+130=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #851282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851282 is #7AED7D. Grayscale: #404040. Windows color (decimal): -8056190 or 8524421. OLE color: 8524421.

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

Color convert

RGB 133 18 130 -
CMYK 0 0.86 0.02 0.48
HSL 301.57º 0.76% 0.3% -
HSV(B) 301.57º 0.86% 0.52% -
XYZ 13.92 7.03 21.74 -
YUV 65.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 133 18 130 0 0.86 0.02 0.48 301.57 0.76 0.3
Hex 85 12 82 0 56 2 30 12E 4C 1E
Octal 205 22 202 0 126 2 60 456 114 36
Binary 10000101 10010 10000010 0 1010110 10 110000 100101110 1001100 11110

Color Harmonies of #851282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851282

Black with #851282

Text Example


Text Example

White with #851282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851282; }

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

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

background-color css

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

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

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

border-color css

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

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

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