#8834e1

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

Shades of Blue Violet #8834E1

Tints of Blue Violet #8834E1

Color information

#8834E1 (or 0x8834E1) is unknown color: approx Blue Violet. HEX triplet: 88, 34 and E1. RGB value is (136,52,225). Sum of RGB (Red+Green+Blue) = 136+52+225=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 225 (88.28% from 255 or 54.48% from 413); Max value from RGB is 225 - color contains mainly: blue. Hex color #8834E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8834E1 is #77CB1E. Grayscale: #606060. Windows color (decimal): -7850783 or 14759048. OLE color: 14759048.

HSL color Cylindrical-coordinate representation of color #8834E1: hue angle of 269.13º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8834E1 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13652225-
CMYK0.400.7700.12
HSL269.13º74.25%54.31%-
HSV(B)269.13º76.89%88.24%-
XYZ24.9713.1372.45-
YUV96.84200.33155.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.93%
GREEN value IS 52 (20.70% from 255) = 12.59%
BLUE value IS 225 (88.28% from 255) = 54.48%
R=32.93%
G=12.59%
B=54.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal136522250.400.7700.12269.1374.2554.31
Hex8834E1284D0C10d4a36
Octal210643415011501441511266
Binary10001000110100111000011010001001101011001000011011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8834e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8834e1; }

 p { color: rgb(136,52,225); }

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

<style>
 a { background-color: #8834e1; }

 a { background-color: rgb(136,52,225); }

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

<style>
 span { border-color: #8834e1; }

 span { border-color: rgb(136,52,225); }

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