#81388B

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

Shades of Vivid Violet #81388B

Tints of Vivid Violet #81388B

Color information

#81388B (or 0x81388B) is unknown color: approx Vivid Violet. HEX triplet: 81, 38 and 8B. RGB value is (129,56,139). Sum of RGB (Red+Green+Blue) = 129+56+139=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #81388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81388B is #7EC774. Grayscale: #575757. Windows color (decimal): -8308597 or 9123969. OLE color: 9123969.

HSL color Cylindrical-coordinate representation of color #81388B: hue angle of 292.77º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81388B is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12956139-
CMYK0.070.6000.45
HSL292.77º42.56%38.24%-
HSV(B)292.77º59.71%54.51%-
XYZ15.139.3625.44-
YUV87.29157.18157.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.81%
GREEN value IS 56 (22.27% from 255) = 17.28%
BLUE value IS 139 (54.69% from 255) = 42.90%
R=39.81%
G=17.28%
B=42.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129561390.070.6000.45292.7742.5638.24
Hex81388B73C02D1252b26
Octal201702137740554455346
Binary10000001111000100010111111111000101101100100101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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