#8B33E4

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

Shades of Blue Violet #8B33E4

Tints of Blue Violet #8B33E4

Color information

#8B33E4 (or 0x8B33E4) is unknown color: approx Blue Violet. HEX triplet: 8B, 33 and E4. RGB value is (139,51,228). Sum of RGB (Red+Green+Blue) = 139+51+228=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 228 (89.45% from 255 or 54.55% from 418); Max value from RGB is 228 - color contains mainly: blue. Hex color #8B33E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B33E4 is #74CC1B. Grayscale: #606060. Windows color (decimal): -7654428 or 14955403. OLE color: 14955403.

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

Color convert

RGB13951228-
CMYK0.390.7800.11
HSL269.83º76.62%54.71%-
HSV(B)269.83º77.63%89.41%-
XYZ25.8313.4674.63-
YUV97.49201.65157.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.25%
GREEN value IS 51 (20.31% from 255) = 12.20%
BLUE value IS 228 (89.45% from 255) = 54.55%
R=33.25%
G=12.20%
B=54.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal139512280.390.7800.11269.8376.6254.71
Hex8B33E4274E0B10e4d37
Octal213633444711601341611567
Binary10001011110011111001001001111001110010111000011101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B33E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,51,228); }

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

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

 a { background-color: rgb(139,51,228); }

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

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

 span { border-color: rgb(139,51,228); }

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