Html Css Color HEX #851081 Purple

📋 copy color: '#851081'

red 133 ◦ green 16 ◦ blue 129

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

Shades of Purple #851081

Tints of Purple #851081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.4%

R = 47.84%
G = 5.76%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#851081 (or 0x851081) is known color: Purple. HEX triplet: 85, 10 and 81. RGB value is (133,16,129). Sum of RGB (Red+Green+Blue) = 133+16+129=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #851081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851081 is #7AEF7E. Grayscale: #3F3F3F. Windows color (decimal): -8056703 or 8458373. OLE color: 8458373.

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

Color convert

RGB 133 16 129 -
CMYK 0 0.88 0.03 0.48
HSL 302.05º 0.79% 0.29% -
HSV(B) 302.05º 0.88% 0.52% -
XYZ 13.82 6.94 21.38 -
YUV 63.87 164.76 177.31 -
System Red Green Blue C M Y K H S L
Decimal 133 16 129 0 0.88 0.03 0.48 302.05 0.79 0.29
Hex 85 10 81 0 58 3 30 12E 4F 1D
Octal 205 20 201 0 130 3 60 456 117 35
Binary 10000101 10000 10000001 0 1011000 11 110000 100101110 1001111 11101

Color Harmonies of #851081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851081

Black with #851081

Text Example


Text Example

White with #851081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851081; }

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

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

background-color css

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

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

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

border-color css

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

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

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