#8B3DA3

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

Shades of Vivid Violet #8B3DA3

Tints of Vivid Violet #8B3DA3

Color information

#8B3DA3 (or 0x8B3DA3) is unknown color: approx Vivid Violet. HEX triplet: 8B, 3D and A3. RGB value is (139,61,163). Sum of RGB (Red+Green+Blue) = 139+61+163=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 163 - color contains mainly: blue. Hex color #8B3DA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3DA3 is #74C25C. Grayscale: #5F5F5F. Windows color (decimal): -7651933 or 10698123. OLE color: 10698123.

HSL color Cylindrical-coordinate representation of color #8B3DA3: hue angle of 285.88º 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 #8B3DA3 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13961163-
CMYK0.150.6300.36
HSL285.88º45.54%43.92%-
HSV(B)285.88º62.58%63.92%-
XYZ18.9311.4735.87-
YUV95.95165.84158.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.29%
GREEN value IS 61 (24.22% from 255) = 16.80%
BLUE value IS 163 (64.06% from 255) = 44.90%
R=38.29%
G=16.80%
B=44.90%

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
Decimal139611630.150.6300.36285.8845.5443.92
Hex8B3DA3F3F02411e2e2c
Octal2137524317770444365654
Binary100010111111011010001111111111110100100100011110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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