#81367F

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

Shades of Vivid Violet #81367F

Tints of Vivid Violet #81367F

Color information

#81367F (or 0x81367F) is unknown color: approx Vivid Violet. HEX triplet: 81, 36 and 7F. RGB value is (129,54,127). Sum of RGB (Red+Green+Blue) = 129+54+127=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #81367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81367F is #7EC980. Grayscale: #545454. Windows color (decimal): -8309121 or 8337025. OLE color: 8337025.

HSL color Cylindrical-coordinate representation of color #81367F: hue angle of 301.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81367F is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB12954127-
CMYK00.580.020.49
HSL301.6º40.98%35.88%-
HSV(B)301.6º58.14%50.59%-
XYZ14.28.8421.04-
YUV84.75151.85159.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.61%
GREEN value IS 54 (21.48% from 255) = 17.42%
BLUE value IS 127 (50% from 255) = 40.97%
R=41.61%
G=17.42%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295412700.580.020.49301.640.9835.88
Hex81367F03A23112e2924
Octal201661770722614565144
Binary100000011101101111111011101010110001100101110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,54,127); }

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

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

 a { background-color: rgb(129,54,127); }

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

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

 span { border-color: rgb(129,54,127); }

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