#8B3CE3

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

Shades of Blue Violet #8B3CE3

Tints of Blue Violet #8B3CE3

Color information

#8B3CE3 (or 0x8B3CE3) is unknown color: approx Blue Violet. HEX triplet: 8B, 3C and E3. RGB value is (139,60,227). Sum of RGB (Red+Green+Blue) = 139+60+227=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 227 (89.06% from 255 or 53.29% from 426); Max value from RGB is 227 - color contains mainly: blue. Hex color #8B3CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3CE3 is #74C31C. Grayscale: #666666. Windows color (decimal): -7652125 or 14892171. OLE color: 14892171.

HSL color Cylindrical-coordinate representation of color #8B3CE3: hue angle of 268.38º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B3CE3 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13960227-
CMYK0.390.7400.11
HSL268.38º74.89%56.27%-
HSV(B)268.38º73.57%89.02%-
XYZ26.1314.2774.05-
YUV102.66198.17153.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.63%
GREEN value IS 60 (23.83% from 255) = 14.08%
BLUE value IS 227 (89.06% from 255) = 53.29%
R=32.63%
G=14.08%
B=53.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal139602270.390.7400.11268.3874.8956.27
Hex8B3CE3274A0B10c4b38
Octal213743434711201341411370
Binary10001011111100111000111001111001010010111000011001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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