Html Css Color HEX #850281 Purple

📋 copy color: '#850281'

red 133 ◦ green 2 ◦ blue 129

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

Shades of Purple #850281

Tints of Purple #850281

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 50.38%
G = 0.76%
B = 48.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#850281 (or 0x850281) is known color: Purple. HEX triplet: 85, 02 and 81. RGB value is (133,2,129). Sum of RGB (Red+Green+Blue) = 133+2+129=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #850281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850281 is #7AFD7E. Grayscale: #373737. Windows color (decimal): -8060287 or 8454789. OLE color: 8454789.

HSL color Cylindrical-coordinate representation of color #850281: hue angle of 301.83º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850281 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 2 129 -
CMYK 0 0.98 0.03 0.48
HSL 301.83º 0.97% 0.26% -
HSV(B) 301.83º 0.98% 0.52% -
XYZ 13.66 6.61 21.33 -
YUV 55.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 133 2 129 0 0.98 0.03 0.48 301.83 0.97 0.26
Hex 85 2 81 0 62 3 30 12E 61 1A
Octal 205 2 201 0 142 3 60 456 141 32
Binary 10000101 10 10000001 0 1100010 11 110000 100101110 1100001 11010

Color Harmonies of #850281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850281

Black with #850281

Text Example


Text Example

White with #850281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850281; }

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

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

background-color css

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

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

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

border-color css

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

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

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