#8B3CD6

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

Shades of Blue Violet #8B3CD6

Tints of Blue Violet #8B3CD6

Color information

#8B3CD6 (or 0x8B3CD6) is unknown color: approx Blue Violet. HEX triplet: 8B, 3C and D6. RGB value is (139,60,214). Sum of RGB (Red+Green+Blue) = 139+60+214=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 214 (83.98% from 255 or 51.82% from 413); Max value from RGB is 214 - color contains mainly: blue. Hex color #8B3CD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3CD6 is #74C329. Grayscale: #646464. Windows color (decimal): -7652138 or 14040203. OLE color: 14040203.

HSL color Cylindrical-coordinate representation of color #8B3CD6: hue angle of 270.78º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B3CD6 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13960214-
CMYK0.350.7200.16
HSL270.78º65.25%53.73%-
HSV(B)270.78º71.96%83.92%-
XYZ24.413.5864.95-
YUV101.18191.67154.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.66%
GREEN value IS 60 (23.83% from 255) = 14.53%
BLUE value IS 214 (83.98% from 255) = 51.82%
R=33.66%
G=14.53%
B=51.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal139602140.350.7200.16270.7865.2553.73
Hex8B3CD6234801010f4136
Octal213743264311002041710166
Binary100010111111001101011010001110010000100001000011111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,60,214); }

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

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

 a { background-color: rgb(139,60,214); }

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

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

 span { border-color: rgb(139,60,214); }

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