#8B249E

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

Shades of Vivid Violet #8B249E

Tints of Vivid Violet #8B249E

Color information

#8B249E (or 0x8B249E) is unknown color: approx Vivid Violet. HEX triplet: 8B, 24 and 9E. RGB value is (139,36,158). Sum of RGB (Red+Green+Blue) = 139+36+158=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B249E is #74DB61. Grayscale: #505050. Windows color (decimal): -7658338 or 10364043. OLE color: 10364043.

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

Color convert

RGB13936158-
CMYK0.120.7700.38
HSL290.66º62.89%38.04%-
HSV(B)290.66º77.22%61.96%-
XYZ17.459.2233.21-
YUV80.7171.62169.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 36 (14.45% from 255) = 10.81%
BLUE value IS 158 (62.11% from 255) = 47.45%
R=41.74%
G=10.81%
B=47.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139361580.120.7700.38290.6662.8938.04
Hex8B249EC4D0261233f26
Octal21344236141150464437746
Binary1000101110010010011110110010011010100110100100011111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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