#8B3985

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

Shades of Vivid Violet #8B3985

Tints of Vivid Violet #8B3985

Color information

#8B3985 (or 0x8B3985) is unknown color: approx Vivid Violet. HEX triplet: 8B, 39 and 85. RGB value is (139,57,133). Sum of RGB (Red+Green+Blue) = 139+57+133=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3985 is #74C67A. Grayscale: #595959. Windows color (decimal): -7652987 or 8731019. OLE color: 8731019.

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

Color convert

RGB13957133-
CMYK00.590.040.45
HSL304.39º41.84%38.43%-
HSV(B)304.39º58.99%54.51%-
XYZ16.3410.1123.28-
YUV90.18152.17162.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.25%
GREEN value IS 57 (22.66% from 255) = 17.33%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=42.25%
G=17.33%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395713300.590.040.45304.3941.8438.43
Hex8B398503B42D1302a26
Octal213712050734554605246
Binary10001011111001100001010111011100101101100110000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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