#8B369D

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

Shades of Vivid Violet #8B369D

Tints of Vivid Violet #8B369D

Color information

#8B369D (or 0x8B369D) is unknown color: approx Vivid Violet. HEX triplet: 8B, 36 and 9D. RGB value is (139,54,157). Sum of RGB (Red+Green+Blue) = 139+54+157=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B369D is #74C962. Grayscale: #5A5A5A. Windows color (decimal): -7653731 or 10303115. OLE color: 10303115.

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

Color convert

RGB13954157-
CMYK0.110.6600.38
HSL289.51º48.82%41.37%-
HSV(B)289.51º65.61%61.57%-
XYZ18.0510.5632.99-
YUV91.16165.16162.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 54 (21.48% from 255) = 15.43%
BLUE value IS 157 (61.72% from 255) = 44.86%
R=39.71%
G=15.43%
B=44.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139541570.110.6600.38289.5148.8241.37
Hex8B369DB420261223129
Octal21366235131020464426151
Binary1000101111011010011101101110000100100110100100010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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