#8B299E

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

Shades of Vivid Violet #8B299E

Tints of Vivid Violet #8B299E

Color information

#8B299E (or 0x8B299E) is unknown color: approx Vivid Violet. HEX triplet: 8B, 29 and 9E. RGB value is (139,41,158). Sum of RGB (Red+Green+Blue) = 139+41+158=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B299E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B299E is #74D661. Grayscale: #535353. Windows color (decimal): -7657058 or 10365323. OLE color: 10365323.

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

Color convert

RGB13941158-
CMYK0.120.7400.38
HSL290.26º58.79%39.02%-
HSV(B)290.26º74.05%61.96%-
XYZ17.619.5433.26-
YUV83.64169.97167.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.12%
GREEN value IS 41 (16.41% from 255) = 12.13%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=41.12%
G=12.13%
B=46.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139411580.120.7400.38290.2658.7939.02
Hex8B299EC4A0261223b27
Octal21351236141120464427347
Binary1000101110100110011110110010010100100110100100010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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