#8B369E

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

Shades of Vivid Violet #8B369E

Tints of Vivid Violet #8B369E

Color information

#8B369E (or 0x8B369E) is unknown color: approx Vivid Violet. HEX triplet: 8B, 36 and 9E. RGB value is (139,54,158). Sum of RGB (Red+Green+Blue) = 139+54+158=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B369E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B369E is #74C961. Grayscale: #5A5A5A. Windows color (decimal): -7653730 or 10368651. OLE color: 10368651.

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

Color convert

RGB13954158-
CMYK0.120.6600.38
HSL289.04º49.06%41.57%-
HSV(B)289.04º65.82%61.96%-
XYZ18.1410.633.44-
YUV91.27165.66162.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.60%
GREEN value IS 54 (21.48% from 255) = 15.38%
BLUE value IS 158 (62.11% from 255) = 45.01%
R=39.60%
G=15.38%
B=45.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139541580.120.6600.38289.0449.0641.57
Hex8B369EC42026121312a
Octal21366236141020464416152
Binary1000101111011010011110110010000100100110100100001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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