#81378E

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

Shades of Vivid Violet #81378E

Tints of Vivid Violet #81378E

Color information

#81378E (or 0x81378E) is unknown color: approx Vivid Violet. HEX triplet: 81, 37 and 8E. RGB value is (129,55,142). Sum of RGB (Red+Green+Blue) = 129+55+142=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #81378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81378E is #7EC871. Grayscale: #565656. Windows color (decimal): -8308850 or 9320321. OLE color: 9320321.

HSL color Cylindrical-coordinate representation of color #81378E: hue angle of 291.03º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81378E is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12955142-
CMYK0.090.6100.44
HSL291.03º44.16%38.63%-
HSV(B)291.03º61.27%55.69%-
XYZ15.39.3526.59-
YUV87.04159.02157.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.57%
GREEN value IS 55 (21.88% from 255) = 16.87%
BLUE value IS 142 (55.86% from 255) = 43.56%
R=39.57%
G=16.87%
B=43.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129551420.090.6100.44291.0344.1638.63
Hex81378E93D02C1232c27
Octal2016721611750544435447
Binary100000011101111000111010011111010101100100100011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81378E; }

 p { color: rgb(129,55,142); }

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

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

 a { background-color: rgb(129,55,142); }

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

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

 span { border-color: rgb(129,55,142); }

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