Html Css Color HEX #810289 Purple

📋 copy color: '#810289'

red 129 ◦ green 2 ◦ blue 137

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

Shades of Purple #810289

Tints of Purple #810289

RGB

 RED value IS 129 (50.78% from 255) = 48.13%

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

 BLUE value IS 137 (53.91% from 255) = 51.12%

R = 48.13%
G = 0.75%
B = 51.12%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#810289 (or 0x810289) is known color: Purple. HEX triplet: 81, 02 and 89. RGB value is (129,2,137). Sum of RGB (Red+Green+Blue) = 129+2+137=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #810289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810289 is #7EFD76. Grayscale: #363636. Windows color (decimal): -8322423 or 8979073. OLE color: 8979073.

HSL color Cylindrical-coordinate representation of color #810289: hue angle of 296.44º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810289 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 2 137 -
CMYK 0.06 0.99 0 0.46
HSL 296.44º 0.97% 0.27% -
HSV(B) 296.44º 0.99% 0.54% -
XYZ 13.59 6.52 24.21 -
YUV 55.36 174.08 180.52 -
System Red Green Blue C M Y K H S L
Decimal 129 2 137 0.06 0.99 0 0.46 296.44 0.97 0.27
Hex 81 2 89 6 63 0 2E 128 61 1B
Octal 201 2 211 6 143 0 56 450 141 33
Binary 10000001 10 10001001 110 1100011 0 101110 100101000 1100001 11011

Color Harmonies of #810289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810289

Black with #810289

Text Example


Text Example

White with #810289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810289; }

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

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

background-color css

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

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

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

border-color css

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

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

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