#8B3885

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

Shades of Vivid Violet #8B3885

Tints of Vivid Violet #8B3885

Color information

#8B3885 (or 0x8B3885) is unknown color: approx Vivid Violet. HEX triplet: 8B, 38 and 85. RGB value is (139,56,133). Sum of RGB (Red+Green+Blue) = 139+56+133=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3885 is #74C77A. Grayscale: #595959. Windows color (decimal): -7653243 or 8730763. OLE color: 8730763.

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

Color convert

RGB13956133-
CMYK00.600.040.45
HSL304.34º42.56%38.24%-
HSV(B)304.34º59.71%54.51%-
XYZ16.310.0123.26-
YUV89.6152.5163.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.38%
GREEN value IS 56 (22.27% from 255) = 17.07%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=42.38%
G=17.07%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395613300.600.040.45304.3442.5638.24
Hex8B388503C42D1302b26
Octal213702050744554605346
Binary10001011111000100001010111100100101101100110000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,56,133); }

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

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

 a { background-color: rgb(139,56,133); }

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

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

 span { border-color: rgb(139,56,133); }

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