#8B39D9

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

Shades of Blue Violet #8B39D9

Tints of Blue Violet #8B39D9

Color information

#8B39D9 (or 0x8B39D9) is unknown color: approx Blue Violet. HEX triplet: 8B, 39 and D9. RGB value is (139,57,217). Sum of RGB (Red+Green+Blue) = 139+57+217=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 217 (85.16% from 255 or 52.54% from 413); Max value from RGB is 217 - color contains mainly: blue. Hex color #8B39D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B39D9 is #74C626. Grayscale: #636363. Windows color (decimal): -7652903 or 14236043. OLE color: 14236043.

HSL color Cylindrical-coordinate representation of color #8B39D9: hue angle of 270.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B39D9 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13957217-
CMYK0.360.7400.15
HSL270.75º67.8%53.73%-
HSV(B)270.75º73.73%85.1%-
XYZ24.6313.4266.94-
YUV99.76194.17155.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.66%
GREEN value IS 57 (22.66% from 255) = 13.80%
BLUE value IS 217 (85.16% from 255) = 52.54%
R=33.66%
G=13.80%
B=52.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal139572170.360.7400.15270.7567.853.73
Hex8B39D9244A0F10f4436
Octal213713314411201741710466
Binary10001011111001110110011001001001010011111000011111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B39D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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