#884AD5

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

Shades of Blue Violet #884AD5

Tints of Blue Violet #884AD5

Color information

#884AD5 (or 0x884AD5) is unknown color: approx Blue Violet. HEX triplet: 88, 4A and D5. RGB value is (136,74,213). Sum of RGB (Red+Green+Blue) = 136+74+213=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #884AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884AD5 is #77B52A. Grayscale: #6B6B6B. Windows color (decimal): -7845163 or 13978248. OLE color: 13978248.

HSL color Cylindrical-coordinate representation of color #884AD5: hue angle of 266.76º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884AD5 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13674213-
CMYK0.360.6500.16
HSL266.76º62.33%56.27%-
HSV(B)266.76º65.26%83.53%-
XYZ24.6114.9464.54-
YUV108.38187.04147.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.15%
GREEN value IS 74 (29.30% from 255) = 17.49%
BLUE value IS 213 (83.59% from 255) = 50.35%
R=32.15%
G=17.49%
B=50.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal136742130.360.6500.16266.7662.3356.27
Hex884AD5244101010b3e38
Octal210112325441010204137670
Binary100010001001010110101011001001000001010000100001011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,74,213); }

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

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

 a { background-color: rgb(136,74,213); }

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

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

 span { border-color: rgb(136,74,213); }

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