#8826F1

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

Shades of Blue Violet #8826F1

Tints of Blue Violet #8826F1

Color information

#8826F1 (or 0x8826F1) is unknown color: approx Blue Violet. HEX triplet: 88, 26 and F1. RGB value is (136,38,241). Sum of RGB (Red+Green+Blue) = 136+38+241=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #8826F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8826F1 is #77D90E. Grayscale: #595959. Windows color (decimal): -7854351 or 15804040. OLE color: 15804040.

HSL color Cylindrical-coordinate representation of color #8826F1: hue angle of 268.97º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8826F1 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13638241-
CMYK0.440.8400.05
HSL268.97º87.88%54.71%-
HSV(B)268.97º84.23%94.51%-
XYZ26.7212.9784.31-
YUV90.44212.97160.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.77%
GREEN value IS 38 (15.23% from 255) = 9.16%
BLUE value IS 241 (94.53% from 255) = 58.07%
R=32.77%
G=9.16%
B=58.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal136382410.440.8400.05268.9787.8854.71
Hex8826F12C540510d5837
Octal21046361541240541513067
Binary1000100010011011110001101100101010001011000011011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8826F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8826F1; }

 p { color: rgb(136,38,241); }

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

<style>
 a { background-color: #8826F1; }

 a { background-color: rgb(136,38,241); }

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

<style>
 span { border-color: #8826F1; }

 span { border-color: rgb(136,38,241); }

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