#8B358A

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

Shades of Vivid Violet #8B358A

Tints of Vivid Violet #8B358A

Color information

#8B358A (or 0x8B358A) is unknown color: approx Vivid Violet. HEX triplet: 8B, 35 and 8A. RGB value is (139,53,138). Sum of RGB (Red+Green+Blue) = 139+53+138=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B358A is #74CA75. Grayscale: #585858. Windows color (decimal): -7654006 or 9057675. OLE color: 9057675.

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

Color convert

RGB13953138-
CMYK00.620.010.45
HSL300.7º44.79%37.65%-
HSV(B)300.7º61.87%54.51%-
XYZ16.519.8725.08-
YUV88.4155.99164.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.12%
GREEN value IS 53 (21.09% from 255) = 16.06%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=42.12%
G=16.06%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395313800.620.010.45300.744.7937.65
Hex8B358A03E12D12d2d26
Octal213652120761554555546
Binary100010111101011000101001111101101101100101101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,53,138); }

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

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

 a { background-color: rgb(139,53,138); }

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

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

 span { border-color: rgb(139,53,138); }

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