#8B3D8D

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

Shades of Vivid Violet #8B3D8D

Tints of Vivid Violet #8B3D8D

Color information

#8B3D8D (or 0x8B3D8D) is unknown color: approx Vivid Violet. HEX triplet: 8B, 3D and 8D. RGB value is (139,61,141). Sum of RGB (Red+Green+Blue) = 139+61+141=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B3D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3D8D is #74C272. Grayscale: #5D5D5D. Windows color (decimal): -7651955 or 9256331. OLE color: 9256331.

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

Color convert

RGB13961141-
CMYK0.010.5700.45
HSL298.5º39.6%39.61%-
HSV(B)298.5º56.74%55.29%-
XYZ17.1210.7526.37-
YUV93.44154.84160.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.76%
GREEN value IS 61 (24.22% from 255) = 17.89%
BLUE value IS 141 (55.47% from 255) = 41.35%
R=40.76%
G=17.89%
B=41.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139611410.010.5700.45298.539.639.61
Hex8B3D8D13902D12a2828
Octal213752151710554525050
Binary100010111111011000110111110010101101100101010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,61,141); }

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

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

 a { background-color: rgb(139,61,141); }

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

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

 span { border-color: rgb(139,61,141); }

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