#8B409E

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

Shades of Vivid Violet #8B409E

Tints of Vivid Violet #8B409E

Color information

#8B409E (or 0x8B409E) is unknown color: approx Vivid Violet. HEX triplet: 8B, 40 and 9E. RGB value is (139,64,158). Sum of RGB (Red+Green+Blue) = 139+64+158=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B409E is #74BF61. Grayscale: #606060. Windows color (decimal): -7651170 or 10371211. OLE color: 10371211.

HSL color Cylindrical-coordinate representation of color #8B409E: hue angle of 287.87º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B409E is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13964158-
CMYK0.120.5900.38
HSL287.87º42.34%43.53%-
HSV(B)287.87º59.49%61.96%-
XYZ18.6511.6233.61-
YUV97.14162.35157.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.50%
GREEN value IS 64 (25.39% from 255) = 17.73%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=38.50%
G=17.73%
B=43.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139641580.120.5900.38287.8742.3443.53
Hex8B409EC3B0261202a2c
Octal21310023614730464405254
Binary1000101110000001001111011001110110100110100100000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,64,158); }

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

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

 a { background-color: rgb(139,64,158); }

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

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

 span { border-color: rgb(139,64,158); }

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