#81298B

Color #81298B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #81298B

Tints of Vivid Violet #81298B

Color information

#81298B (or 0x81298B) is unknown color: approx Vivid Violet. HEX triplet: 81, 29 and 8B. RGB value is (129,41,139). Sum of RGB (Red+Green+Blue) = 129+41+139=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #81298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81298B is #7ED674. Grayscale: #4E4E4E. Windows color (decimal): -8312437 or 9120129. OLE color: 9120129.

HSL color Cylindrical-coordinate representation of color #81298B: hue angle of 293.88º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81298B is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12941139-
CMYK0.070.7100.45
HSL293.88º54.44%35.29%-
HSV(B)293.88º70.5%54.51%-
XYZ14.518.1225.23-
YUV78.48162.15164.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.75%
GREEN value IS 41 (16.41% from 255) = 13.27%
BLUE value IS 139 (54.69% from 255) = 44.98%
R=41.75%
G=13.27%
B=44.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129411390.070.7100.45293.8854.4435.29
Hex81298B74702D1263623
Octal2015121371070554466643
Binary100000011010011000101111110001110101101100100110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81298B; }

 p { color: rgb(129,41,139); }

 H1.HeaderClassName
 {
   color: #81298B;
 }
 .AnyTagClassName
 {
   color: #81298B;
 }
</style>
background-color css

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

 a { background-color: rgb(129,41,139); }

 div.DivClassName
 {
   background-color: #81298B;
 }
 .BgClassName
 {
   background-color: #81298B;
 }
</style>
border-color css

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

 span { border-color: rgb(129,41,139); }

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