#8B1D95

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

Shades of Vivid Violet #8B1D95

Tints of Vivid Violet #8B1D95

Color information

#8B1D95 (or 0x8B1D95) is unknown color: approx Vivid Violet. HEX triplet: 8B, 1D and 95. RGB value is (139,29,149). Sum of RGB (Red+Green+Blue) = 139+29+149=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B1D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1D95 is #74E26A. Grayscale: #4B4B4B. Windows color (decimal): -7660139 or 9772427. OLE color: 9772427.

HSL color Cylindrical-coordinate representation of color #8B1D95: hue angle of 295º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1D95 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13929149-
CMYK0.070.8100.42
HSL295º67.42%34.9%-
HSV(B)295º80.54%58.43%-
XYZ16.518.5429.21-
YUV75.57169.44173.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 29 (11.72% from 255) = 9.15%
BLUE value IS 149 (58.59% from 255) = 47.00%
R=43.85%
G=9.15%
B=47.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139291490.070.8100.4229567.4234.9
Hex8B1D9575102A1274323
Octal21335225712105244710343
Binary100010111110110010101111101000101010101001001111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B1D95; }

 p { color: rgb(139,29,149); }

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

<style>
 a { background-color: #8B1D95; }

 a { background-color: rgb(139,29,149); }

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

<style>
 span { border-color: #8B1D95; }

 span { border-color: rgb(139,29,149); }

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