#8832E7

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

Shades of Blue Violet #8832E7

Tints of Blue Violet #8832E7

Color information

#8832E7 (or 0x8832E7) is unknown color: approx Blue Violet. HEX triplet: 88, 32 and E7. RGB value is (136,50,231). Sum of RGB (Red+Green+Blue) = 136+50+231=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 231 (90.62% from 255 or 55.40% from 417); Max value from RGB is 231 - color contains mainly: blue. Hex color #8832E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8832E7 is #77CD18. Grayscale: #5F5F5F. Windows color (decimal): -7851289 or 15151752. OLE color: 15151752.

HSL color Cylindrical-coordinate representation of color #8832E7: hue angle of 268.51º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8832E7 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13650231-
CMYK0.410.7800.09
HSL268.51º79.04%55.1%-
HSV(B)268.51º78.35%90.59%-
XYZ25.7213.2876.81-
YUV96.35203.99156.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 50 (19.92% from 255) = 11.99%
BLUE value IS 231 (90.62% from 255) = 55.40%
R=32.61%
G=11.99%
B=55.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal136502310.410.7800.09268.5179.0455.1
Hex8832E7294E0910d4f37
Octal210623475111601141511767
Binary10001000110010111001111010011001110010011000011011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8832E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8832E7; }

 p { color: rgb(136,50,231); }

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

<style>
 a { background-color: #8832E7; }

 a { background-color: rgb(136,50,231); }

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

<style>
 span { border-color: #8832E7; }

 span { border-color: rgb(136,50,231); }

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