#8B4CE2

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

Shades of Blue Violet #8B4CE2

Tints of Blue Violet #8B4CE2

Color information

#8B4CE2 (or 0x8B4CE2) is unknown color: approx Blue Violet. HEX triplet: 8B, 4C and E2. RGB value is (139,76,226). Sum of RGB (Red+Green+Blue) = 139+76+226=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 226 (88.67% from 255 or 51.25% from 441); Max value from RGB is 226 - color contains mainly: blue. Hex color #8B4CE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4CE2 is #74B31D. Grayscale: #6F6F6F. Windows color (decimal): -7648030 or 14830731. OLE color: 14830731.

HSL color Cylindrical-coordinate representation of color #8B4CE2: hue angle of 265.2º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B4CE2 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13976226-
CMYK0.380.6600.11
HSL265.2º72.12%59.22%-
HSV(B)265.2º66.37%88.63%-
XYZ26.9616.1573.65-
YUV111.94192.37147.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.52%
GREEN value IS 76 (30.08% from 255) = 17.23%
BLUE value IS 226 (88.67% from 255) = 51.25%
R=31.52%
G=17.23%
B=51.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal139762260.380.6600.11265.272.1259.22
Hex8B4CE226420B109483b
Octal2131143424610201341111073
Binary100010111001100111000101001101000010010111000010011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,76,226); }

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

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

 a { background-color: rgb(139,76,226); }

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

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

 span { border-color: rgb(139,76,226); }

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