Html Css Color HEX #811383 Purple

📋 copy color: '#811383'

red 129 ◦ green 19 ◦ blue 131

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

Shades of Purple #811383

Tints of Purple #811383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.81%

 BLUE value IS 131 (51.56% from 255) = 46.95%

R = 46.24%
G = 6.81%
B = 46.95%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#811383 (or 0x811383) is known color: Purple. HEX triplet: 81, 13 and 83. RGB value is (129,19,131). Sum of RGB (Red+Green+Blue) = 129+19+131=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #811383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811383 is #7EEC7C. Grayscale: #404040. Windows color (decimal): -8318077 or 8590209. OLE color: 8590209.

HSL color Cylindrical-coordinate representation of color #811383: hue angle of 298.93º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811383 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 19 131 -
CMYK 0.02 0.85 0 0.49
HSL 298.93º 0.75% 0.29% -
HSV(B) 298.93º 0.85% 0.51% -
XYZ 13.38 6.77 22.07 -
YUV 64.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 129 19 131 0.02 0.85 0 0.49 298.93 0.75 0.29
Hex 81 13 83 2 55 0 31 12B 4B 1D
Octal 201 23 203 2 125 0 61 453 113 35
Binary 10000001 10011 10000011 10 1010101 0 110001 100101011 1001011 11101

Color Harmonies of #811383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811383

Black with #811383

Text Example


Text Example

White with #811383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811383; }

 p { color: rgb(129,19,131); }

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

background-color css

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

 a { background-color: rgb(129,19,131); }

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

border-color css

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

 span { border-color: rgb(129,19,131); }

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