Html Css Color HEX #851280 Dark Purple

📋 copy color: '#851280'

red 133 ◦ green 18 ◦ blue 128

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

Shades of Dark Purple #851280

Tints of Dark Purple #851280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.88%

R = 47.67%
G = 6.45%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#851280 (or 0x851280) is known color: Dark Purple. HEX triplet: 85, 12 and 80. RGB value is (133,18,128). Sum of RGB (Red+Green+Blue) = 133+18+128=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #851280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851280 is #7AED7F. Grayscale: #404040. Windows color (decimal): -8056192 or 8393349. OLE color: 8393349.

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

Color convert

RGB 133 18 128 -
CMYK 0 0.86 0.04 0.48
HSL 302.61º 0.76% 0.3% -
HSV(B) 302.61º 0.86% 0.52% -
XYZ 13.79 6.98 21.04 -
YUV 64.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 133 18 128 0 0.86 0.04 0.48 302.61 0.76 0.3
Hex 85 12 80 0 56 4 30 12F 4C 1E
Octal 205 22 200 0 126 4 60 457 114 36
Binary 10000101 10010 10000000 0 1010110 100 110000 100101111 1001100 11110

Color Harmonies of #851280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851280

Black with #851280

Text Example


Text Example

White with #851280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851280; }

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

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

background-color css

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

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

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

border-color css

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

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

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