#8B3DD7

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

Shades of Blue Violet #8B3DD7

Tints of Blue Violet #8B3DD7

Color information

#8B3DD7 (or 0x8B3DD7) is unknown color: approx Blue Violet. HEX triplet: 8B, 3D and D7. RGB value is (139,61,215). Sum of RGB (Red+Green+Blue) = 139+61+215=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 215 (84.38% from 255 or 51.81% from 415); Max value from RGB is 215 - color contains mainly: blue. Hex color #8B3DD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3DD7 is #74C228. Grayscale: #656565. Windows color (decimal): -7651881 or 14105995. OLE color: 14105995.

HSL color Cylindrical-coordinate representation of color #8B3DD7: hue angle of 270.39º degrees, saturation: 0.66, 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 #8B3DD7 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13961215-
CMYK0.350.7200.16
HSL270.39º65.81%54.12%-
HSV(B)270.39º71.63%84.31%-
XYZ24.5813.7365.65-
YUV101.88191.84154.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.49%
GREEN value IS 61 (24.22% from 255) = 14.70%
BLUE value IS 215 (84.38% from 255) = 51.81%
R=33.49%
G=14.70%
B=51.81%

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
Decimal139612150.350.7200.16270.3965.8154.12
Hex8B3DD7234801010e4236
Octal213753274311002041610266
Binary100010111111011101011110001110010000100001000011101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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