#8844ff

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

Shades of Blue Violet #8844FF

Tints of Blue Violet #8844FF

Color information

#8844FF (or 0x8844FF) is unknown color: approx Blue Violet. HEX triplet: 88, 44 and FF. RGB value is (136,68,255). Sum of RGB (Red+Green+Blue) = 136+68+255=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #8844FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8844FF is #77BB00. Grayscale: #6C6C6C. Windows color (decimal): -7846657 or 16729224. OLE color: 16729224.

HSL color Cylindrical-coordinate representation of color #8844FF: hue angle of 261.82º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8844FF is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13668255-
CMYK0.470.7300
HSL261.82º100%63.33%-
HSV(B)261.82º73.33%100%-
XYZ30.2716.5996.21-
YUV109.65210.03146.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.63%
GREEN value IS 68 (26.95% from 255) = 14.81%
BLUE value IS 255 (100% from 255) = 55.56%
R=29.63%
G=14.81%
B=55.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal136682550.470.7300261.8210063.33
Hex8844FF2F4900106643f
Octal210104377571110040614477
Binary100010001000100111111111011111001001001000001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8844ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8844ff; }

 p { color: rgb(136,68,255); }

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

<style>
 a { background-color: #8844ff; }

 a { background-color: rgb(136,68,255); }

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

<style>
 span { border-color: #8844ff; }

 span { border-color: rgb(136,68,255); }

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