#8846ED

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

Shades of Blue Violet #8846ED

Tints of Blue Violet #8846ED

Color information

#8846ED (or 0x8846ED) is unknown color: approx Blue Violet. HEX triplet: 88, 46 and ED. RGB value is (136,70,237). Sum of RGB (Red+Green+Blue) = 136+70+237=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #8846ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8846ED is #77B912. Grayscale: #6C6C6C. Windows color (decimal): -7846163 or 15550088. OLE color: 15550088.

HSL color Cylindrical-coordinate representation of color #8846ED: hue angle of 263.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8846ED is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13670237-
CMYK0.430.7000.07
HSL263.71º82.27%60.2%-
HSV(B)263.71º70.46%92.94%-
XYZ27.6315.7381.7-
YUV108.77200.37147.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.70%
GREEN value IS 70 (27.73% from 255) = 15.80%
BLUE value IS 237 (92.97% from 255) = 53.50%
R=30.70%
G=15.80%
B=53.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal136702370.430.7000.07263.7182.2760.2
Hex8846ED2B4607108523c
Octal210106355531060741012274
Binary10001000100011011101101101011100011001111000010001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8846ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8846ED; }

 p { color: rgb(136,70,237); }

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

<style>
 a { background-color: #8846ED; }

 a { background-color: rgb(136,70,237); }

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

<style>
 span { border-color: #8846ED; }

 span { border-color: rgb(136,70,237); }

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