#8b1fdd

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

Shades of Blue Violet #8B1FDD

Tints of Blue Violet #8B1FDD

Color information

#8B1FDD (or 0x8B1FDD) is unknown color: approx Blue Violet. HEX triplet: 8B, 1F and DD. RGB value is (139,31,221). Sum of RGB (Red+Green+Blue) = 139+31+221=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B1FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1FDD is #74E022. Grayscale: #545454. Windows color (decimal): -7659555 or 14491531. OLE color: 14491531.

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

Color convert

RGB13931221-
CMYK0.370.8600.13
HSL274.11º75.4%49.41%-
HSV(B)274.11º85.97%86.67%-
XYZ24.1911.6969.39-
YUV84.95204.78166.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.55%
GREEN value IS 31 (12.5% from 255) = 7.93%
BLUE value IS 221 (86.72% from 255) = 56.52%
R=35.55%
G=7.93%
B=56.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal139312210.370.8600.13274.1175.449.41
Hex8B1FDD25560D1124b31
Octal213373354512601542211361
Binary1000101111111110111011001011010110011011000100101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1fdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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