#884ADF

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

Shades of Blue Violet #884ADF

Tints of Blue Violet #884ADF

Color information

#884ADF (or 0x884ADF) is unknown color: approx Blue Violet. HEX triplet: 88, 4A and DF. RGB value is (136,74,223). Sum of RGB (Red+Green+Blue) = 136+74+223=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #884ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884ADF is #77B520. Grayscale: #6C6C6C. Windows color (decimal): -7845153 or 14633608. OLE color: 14633608.

HSL color Cylindrical-coordinate representation of color #884ADF: hue angle of 264.97º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #884ADF is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13674223-
CMYK0.390.6700.13
HSL264.97º69.95%58.24%-
HSV(B)264.97º66.82%87.45%-
XYZ25.9215.4671.43-
YUV109.52192.04146.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.41%
GREEN value IS 74 (29.30% from 255) = 17.09%
BLUE value IS 223 (87.5% from 255) = 51.50%
R=31.41%
G=17.09%
B=51.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal136742230.390.6700.13264.9769.9558.24
Hex884ADF27430D109463a
Octal2101123374710301541110672
Binary100010001001010110111111001111000011011011000010011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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