#8B33DD

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

Shades of Blue Violet #8B33DD

Tints of Blue Violet #8B33DD

Color information

#8B33DD (or 0x8B33DD) is unknown color: approx Blue Violet. HEX triplet: 8B, 33 and DD. RGB value is (139,51,221). Sum of RGB (Red+Green+Blue) = 139+51+221=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B33DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B33DD is #74CC22. Grayscale: #606060. Windows color (decimal): -7654435 or 14496651. OLE color: 14496651.

HSL color Cylindrical-coordinate representation of color #8B33DD: hue angle of 271.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B33DD is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13951221-
CMYK0.370.7700.13
HSL271.06º71.43%53.33%-
HSV(B)271.06º76.92%86.67%-
XYZ24.8813.0869.62-
YUV96.69198.15158.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.82%
GREEN value IS 51 (20.31% from 255) = 12.41%
BLUE value IS 221 (86.72% from 255) = 53.77%
R=33.82%
G=12.41%
B=53.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal139512210.370.7700.13271.0671.4353.33
Hex8B33DD254D0D10f4735
Octal213633354511501541710765
Binary10001011110011110111011001011001101011011000011111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B33DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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