#8B26E6

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

Shades of Blue Violet #8B26E6

Tints of Blue Violet #8B26E6

Color information

#8B26E6 (or 0x8B26E6) is unknown color: approx Blue Violet. HEX triplet: 8B, 26 and E6. RGB value is (139,38,230). Sum of RGB (Red+Green+Blue) = 139+38+230=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 230 (90.23% from 255 or 56.51% from 407); Max value from RGB is 230 - color contains mainly: blue. Hex color #8B26E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B26E6 is #74D919. Grayscale: #595959. Windows color (decimal): -7657754 or 15083147. OLE color: 15083147.

HSL color Cylindrical-coordinate representation of color #8B26E6: hue angle of 271.56º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B26E6 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13938230-
CMYK0.400.8300.10
HSL271.56º79.34%52.55%-
HSV(B)271.56º83.48%90.2%-
XYZ25.6212.5975.94-
YUV90.09206.96162.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.15%
GREEN value IS 38 (15.23% from 255) = 9.34%
BLUE value IS 230 (90.23% from 255) = 56.51%
R=34.15%
G=9.34%
B=56.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal139382300.400.8300.10271.5679.3452.55
Hex8B26E628530A1104f35
Octal213463465012301242011765
Binary10001011100110111001101010001010011010101000100001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B26E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,38,230); }

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

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

 a { background-color: rgb(139,38,230); }

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

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

 span { border-color: rgb(139,38,230); }

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