#884BDA

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

Shades of Blue Violet #884BDA

Tints of Blue Violet #884BDA

Color information

#884BDA (or 0x884BDA) is unknown color: approx Blue Violet. HEX triplet: 88, 4B and DA. RGB value is (136,75,218). Sum of RGB (Red+Green+Blue) = 136+75+218=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #884BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BDA is #77B425. Grayscale: #6D6D6D. Windows color (decimal): -7844902 or 14306184. OLE color: 14306184.

HSL color Cylindrical-coordinate representation of color #884BDA: hue angle of 265.59º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #884BDA is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13675218-
CMYK0.380.6600.15
HSL265.59º65.9%57.45%-
HSV(B)265.59º65.6%85.49%-
XYZ25.3215.3367.95-
YUV109.54189.21146.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.70%
GREEN value IS 75 (29.69% from 255) = 17.48%
BLUE value IS 218 (85.55% from 255) = 50.82%
R=31.70%
G=17.48%
B=50.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal136752180.380.6600.15265.5965.957.45
Hex884BDA26420F10a4239
Octal2101133324610201741210271
Binary100010001001011110110101001101000010011111000010101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884BDA; }

 p { color: rgb(136,75,218); }

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

<style>
 a { background-color: #884BDA; }

 a { background-color: rgb(136,75,218); }

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

<style>
 span { border-color: #884BDA; }

 span { border-color: rgb(136,75,218); }

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