#8B2CDD

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

Shades of Blue Violet #8B2CDD

Tints of Blue Violet #8B2CDD

Color information

#8B2CDD (or 0x8B2CDD) is unknown color: approx Blue Violet. HEX triplet: 8B, 2C and DD. RGB value is (139,44,221). Sum of RGB (Red+Green+Blue) = 139+44+221=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B2CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2CDD is #74D322. Grayscale: #5B5B5B. Windows color (decimal): -7656227 or 14494859. OLE color: 14494859.

HSL color Cylindrical-coordinate representation of color #8B2CDD: hue angle of 272.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B2CDD is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13944221-
CMYK0.370.8000.13
HSL272.2º72.24%51.96%-
HSV(B)272.2º80.09%86.67%-
XYZ24.612.5169.52-
YUV92.58200.47161.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.41%
GREEN value IS 44 (17.58% from 255) = 10.89%
BLUE value IS 221 (86.72% from 255) = 54.70%
R=34.41%
G=10.89%
B=54.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal139442210.370.8000.13272.272.2451.96
Hex8B2CDD25500D1104834
Octal213543354512001542011064
Binary10001011101100110111011001011010000011011000100001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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