Html Css Color HEX #851085 Purple

📋 copy color: '#851085'

red 133 ◦ green 16 ◦ blue 133

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

Shades of Purple #851085

Tints of Purple #851085

RGB

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

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

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

R = 47.16%
G = 5.67%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#851085 (or 0x851085) is known color: Purple. HEX triplet: 85, 10 and 85. RGB value is (133,16,133). Sum of RGB (Red+Green+Blue) = 133+16+133=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #851085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851085 is #7AEF7A. Grayscale: #3F3F3F. Windows color (decimal): -8056699 or 8720517. OLE color: 8720517.

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

Color convert

RGB 133 16 133 -
CMYK 0 0.88 0 0.48
HSL 300º 0.79% 0.29% -
HSV(B) 300º 0.88% 0.52% -
XYZ 14.09 7.05 22.81 -
YUV 64.32 166.76 176.99 -
System Red Green Blue C M Y K H S L
Decimal 133 16 133 0 0.88 0 0.48 300 0.79 0.29
Hex 85 10 85 0 58 0 30 12C 4F 1D
Octal 205 20 205 0 130 0 60 454 117 35
Binary 10000101 10000 10000101 0 1011000 0 110000 100101100 1001111 11101

Color Harmonies of #851085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851085

Black with #851085

Text Example


Text Example

White with #851085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851085; }

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

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

background-color css

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

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

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

border-color css

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

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

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