#81388E

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

Shades of Vivid Violet #81388E

Tints of Vivid Violet #81388E

Color information

#81388E (or 0x81388E) is unknown color: approx Vivid Violet. HEX triplet: 81, 38 and 8E. RGB value is (129,56,142). Sum of RGB (Red+Green+Blue) = 129+56+142=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #81388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81388E is #7EC771. Grayscale: #575757. Windows color (decimal): -8308594 or 9320577. OLE color: 9320577.

HSL color Cylindrical-coordinate representation of color #81388E: hue angle of 290.93º degrees, saturation: 0.43, 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 #81388E is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12956142-
CMYK0.090.6100.44
HSL290.93º43.43%38.82%-
HSV(B)290.93º60.56%55.69%-
XYZ15.359.4526.61-
YUV87.63158.68157.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.45%
GREEN value IS 56 (22.27% from 255) = 17.13%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=39.45%
G=17.13%
B=43.43%

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
Decimal129561420.090.6100.44290.9343.4338.82
Hex81388E93D02C1232b27
Octal2017021611750544435347
Binary100000011110001000111010011111010101100100100011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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