#8B359B

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

Shades of Vivid Violet #8B359B

Tints of Vivid Violet #8B359B

Color information

#8B359B (or 0x8B359B) is unknown color: approx Vivid Violet. HEX triplet: 8B, 35 and 9B. RGB value is (139,53,155). Sum of RGB (Red+Green+Blue) = 139+53+155=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B359B is #74CA64. Grayscale: #5A5A5A. Windows color (decimal): -7653989 or 10171787. OLE color: 10171787.

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

Color convert

RGB13953155-
CMYK0.100.6600.39
HSL290.59º49.04%40.78%-
HSV(B)290.59º65.81%60.78%-
XYZ17.8410.432.08-
YUV90.34164.49162.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.06%
GREEN value IS 53 (21.09% from 255) = 15.27%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=40.06%
G=15.27%
B=44.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139531550.100.6600.39290.5949.0440.78
Hex8B359BA420271233129
Octal21365233121020474436151
Binary1000101111010110011011101010000100100111100100011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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