#8B249A

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

Shades of Vivid Violet #8B249A

Tints of Vivid Violet #8B249A

Color information

#8B249A (or 0x8B249A) is unknown color: approx Vivid Violet. HEX triplet: 8B, 24 and 9A. RGB value is (139,36,154). Sum of RGB (Red+Green+Blue) = 139+36+154=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B249A is #74DB65. Grayscale: #4F4F4F. Windows color (decimal): -7658342 or 10101899. OLE color: 10101899.

HSL color Cylindrical-coordinate representation of color #8B249A: hue angle of 292.37º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B249A is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13936154-
CMYK0.100.7700.40
HSL292.37º62.11%37.25%-
HSV(B)292.37º76.62%60.39%-
XYZ17.119.0831.42-
YUV80.25169.62169.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.25%
GREEN value IS 36 (14.45% from 255) = 10.94%
BLUE value IS 154 (60.55% from 255) = 46.81%
R=42.25%
G=10.94%
B=46.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139361540.100.7700.40292.3762.1137.25
Hex8B249AA4D0281243e25
Octal21344232121150504447645
Binary1000101110010010011010101010011010101000100100100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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