Html Css Color HEX #851082 Purple

📋 copy color: '#851082'

red 133 ◦ green 16 ◦ blue 130

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

Shades of Purple #851082

Tints of Purple #851082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.73%

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

R = 47.67%
G = 5.73%
B = 46.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#851082 (or 0x851082) is known color: Purple. HEX triplet: 85, 10 and 82. RGB value is (133,16,130). Sum of RGB (Red+Green+Blue) = 133+16+130=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #851082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851082 is #7AEF7D. Grayscale: #3F3F3F. Windows color (decimal): -8056702 or 8523909. OLE color: 8523909.

HSL color Cylindrical-coordinate representation of color #851082: hue angle of 301.54º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851082 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 130 -
CMYK 0 0.88 0.02 0.48
HSL 301.54º 0.79% 0.29% -
HSV(B) 301.54º 0.88% 0.52% -
XYZ 13.89 6.97 21.73 -
YUV 63.98 165.26 177.23 -
System Red Green Blue C M Y K H S L
Decimal 133 16 130 0 0.88 0.02 0.48 301.54 0.79 0.29
Hex 85 10 82 0 58 2 30 12E 4F 1D
Octal 205 20 202 0 130 2 60 456 117 35
Binary 10000101 10000 10000010 0 1011000 10 110000 100101110 1001111 11101

Color Harmonies of #851082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851082

Black with #851082

Text Example


Text Example

White with #851082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851082; }

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

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

background-color css

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

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

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

border-color css

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

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

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