Html Css Color HEX #810188 Purple

📋 copy color: '#810188'

red 129 ◦ green 1 ◦ blue 136

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

Shades of Purple #810188

Tints of Purple #810188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 136 (53.52% from 255) = 51.13%

R = 48.5%
G = 0.38%
B = 51.13%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#810188 (or 0x810188) is known color: Purple. HEX triplet: 81, 01 and 88. RGB value is (129,1,136). Sum of RGB (Red+Green+Blue) = 129+1+136=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #810188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810188 is #7EFE77. Grayscale: #363636. Windows color (decimal): -8322680 or 8913281. OLE color: 8913281.

HSL color Cylindrical-coordinate representation of color #810188: hue angle of 296.89º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810188 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 1 136 -
CMYK 0.05 0.99 0 0.47
HSL 296.89º 0.99% 0.27% -
HSV(B) 296.89º 0.99% 0.53% -
XYZ 13.51 6.47 23.83 -
YUV 54.66 173.91 181.02 -
System Red Green Blue C M Y K H S L
Decimal 129 1 136 0.05 0.99 0 0.47 296.89 0.99 0.27
Hex 81 1 88 5 63 0 2F 129 63 1B
Octal 201 1 210 5 143 0 57 451 143 33
Binary 10000001 1 10001000 101 1100011 0 101111 100101001 1100011 11011

Color Harmonies of #810188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810188

Black with #810188

Text Example


Text Example

White with #810188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810188; }

 p { color: rgb(129,1,136); }

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

background-color css

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

 a { background-color: rgb(129,1,136); }

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

border-color css

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

 span { border-color: rgb(129,1,136); }

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