#8b239e

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

Shades of Vivid Violet #8B239E

Tints of Vivid Violet #8B239E

Color information

#8B239E (or 0x8B239E) is unknown color: approx Vivid Violet. HEX triplet: 8B, 23 and 9E. RGB value is (139,35,158). Sum of RGB (Red+Green+Blue) = 139+35+158=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B239E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B239E is #74DC61. Grayscale: #4F4F4F. Windows color (decimal): -7658594 or 10363787. OLE color: 10363787.

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

Color convert

RGB13935158-
CMYK0.120.7800.38
HSL290.73º63.73%37.84%-
HSV(B)290.73º77.85%61.96%-
XYZ17.429.1633.2-
YUV80.12171.96170-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 35 (14.06% from 255) = 10.54%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=41.87%
G=10.54%
B=47.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139351580.120.7800.38290.7363.7337.84
Hex8B239EC4E0261234026
Octal213432361411604644310046
Binary10001011100011100111101100100111001001101001000111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b239e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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