Html Css Color HEX #851382 Dark Purple

📋 copy color: '#851382'

red 133 ◦ green 19 ◦ blue 130

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

Shades of Dark Purple #851382

Tints of Dark Purple #851382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.74%

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

R = 47.16%
G = 6.74%
B = 46.1%

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

#851382 (or 0x851382) is known color: Dark Purple. HEX triplet: 85, 13 and 82. RGB value is (133,19,130). Sum of RGB (Red+Green+Blue) = 133+19+130=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #851382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851382 is #7AEC7D. Grayscale: #414141. Windows color (decimal): -8055934 or 8524677. OLE color: 8524677.

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

Color convert

RGB 133 19 130 -
CMYK 0 0.86 0.02 0.48
HSL 301.58º 0.75% 0.3% -
HSV(B) 301.58º 0.86% 0.52% -
XYZ 13.94 7.06 21.75 -
YUV 65.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 133 19 130 0 0.86 0.02 0.48 301.58 0.75 0.3
Hex 85 13 82 0 56 2 30 12E 4B 1E
Octal 205 23 202 0 126 2 60 456 113 36
Binary 10000101 10011 10000010 0 1010110 10 110000 100101110 1001011 11110

Color Harmonies of #851382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851382

Black with #851382

Text Example


Text Example

White with #851382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851382; }

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

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

background-color css

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

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

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

border-color css

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

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

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