#8B369F

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

Shades of Vivid Violet #8B369F

Tints of Vivid Violet #8B369F

Color information

#8B369F (or 0x8B369F) is unknown color: approx Vivid Violet. HEX triplet: 8B, 36 and 9F. RGB value is (139,54,159). Sum of RGB (Red+Green+Blue) = 139+54+159=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B369F is #74C960. Grayscale: #5B5B5B. Windows color (decimal): -7653729 or 10434187. OLE color: 10434187.

HSL color Cylindrical-coordinate representation of color #8B369F: hue angle of 288.57º 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 #8B369F is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13954159-
CMYK0.130.6600.38
HSL288.57º49.3%41.76%-
HSV(B)288.57º66.04%62.35%-
XYZ18.2210.6333.89-
YUV91.38166.16161.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.49%
GREEN value IS 54 (21.48% from 255) = 15.34%
BLUE value IS 159 (62.5% from 255) = 45.17%
R=39.49%
G=15.34%
B=45.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139541590.130.6600.38288.5749.341.76
Hex8B369FD42026121312a
Octal21366237151020464416152
Binary1000101111011010011111110110000100100110100100001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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