Html Css Color HEX #81096F Purple

📋 copy color: '#81096F'

red 129 ◦ green 9 ◦ blue 111

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

Shades of Purple #81096F

Tints of Purple #81096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.61%

 BLUE value IS 111 (43.75% from 255) = 44.58%

R = 51.81%
G = 3.61%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#81096F (or 0x81096F) is known color: Purple. HEX triplet: 81, 09 and 6F. RGB value is (129,9,111). Sum of RGB (Red+Green+Blue) = 129+9+111=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #81096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81096F is #7EF690. Grayscale: #383838. Windows color (decimal): -8320657 or 7276929. OLE color: 7276929.

HSL color Cylindrical-coordinate representation of color #81096F: hue angle of 309º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81096F is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 9 111 -
CMYK 0 0.93 0.14 0.49
HSL 309º 0.87% 0.27% -
HSV(B) 309º 0.93% 0.51% -
XYZ 12.02 6.01 15.57 -
YUV 56.51 158.76 179.71 -
System Red Green Blue C M Y K H S L
Decimal 129 9 111 0 0.93 0.14 0.49 309 0.87 0.27
Hex 81 9 6F 0 5D E 31 135 57 1B
Octal 201 11 157 0 135 16 61 465 127 33
Binary 10000001 1001 1101111 0 1011101 1110 110001 100110101 1010111 11011

Color Harmonies of #81096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81096F

Black with #81096F

Text Example


Text Example

White with #81096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81096F; }

 p { color: rgb(129,9,111); }

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

background-color css

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

 a { background-color: rgb(129,9,111); }

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

border-color css

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

 span { border-color: rgb(129,9,111); }

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