#81258B

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

Shades of Vivid Violet #81258B

Tints of Vivid Violet #81258B

Color information

#81258B (or 0x81258B) is unknown color: approx Vivid Violet. HEX triplet: 81, 25 and 8B. RGB value is (129,37,139). Sum of RGB (Red+Green+Blue) = 129+37+139=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #81258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81258B is #7EDA74. Grayscale: #4B4B4B. Windows color (decimal): -8313461 or 9119105. OLE color: 9119105.

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

Color convert

RGB12937139-
CMYK0.070.7300.45
HSL294.12º57.95%34.51%-
HSV(B)294.12º73.38%54.51%-
XYZ14.387.8525.18-
YUV76.14163.48165.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 37 (14.84% from 255) = 12.13%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=42.30%
G=12.13%
B=45.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129371390.070.7300.45294.1257.9534.51
Hex81258B74902D1263a23
Octal2014521371110554467243
Binary100000011001011000101111110010010101101100100110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81258B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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