#8B3DA4

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

Shades of Vivid Violet #8B3DA4

Tints of Vivid Violet #8B3DA4

Color information

#8B3DA4 (or 0x8B3DA4) is unknown color: approx Vivid Violet. HEX triplet: 8B, 3D and A4. RGB value is (139,61,164). Sum of RGB (Red+Green+Blue) = 139+61+164=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 164 - color contains mainly: blue. Hex color #8B3DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3DA4 is #74C25B. Grayscale: #5F5F5F. Windows color (decimal): -7651932 or 10763659. OLE color: 10763659.

HSL color Cylindrical-coordinate representation of color #8B3DA4: hue angle of 285.44º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3DA4 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13961164-
CMYK0.150.6300.36
HSL285.44º45.78%44.12%-
HSV(B)285.44º62.8%64.31%-
XYZ19.0211.5136.34-
YUV96.06166.34158.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 61 (24.22% from 255) = 16.76%
BLUE value IS 164 (64.45% from 255) = 45.05%
R=38.19%
G=16.76%
B=45.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139611640.150.6300.36285.4445.7844.12
Hex8B3DA4F3F02411d2e2c
Octal2137524417770444355654
Binary100010111111011010010011111111110100100100011101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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