#8848F0

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

Shades of Blue Violet #8848F0

Tints of Blue Violet #8848F0

Color information

#8848F0 (or 0x8848F0) is unknown color: approx Blue Violet. HEX triplet: 88, 48 and F0. RGB value is (136,72,240). Sum of RGB (Red+Green+Blue) = 136+72+240=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #8848F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8848F0 is #77B70F. Grayscale: #6D6D6D. Windows color (decimal): -7845648 or 15747208. OLE color: 15747208.

HSL color Cylindrical-coordinate representation of color #8848F0: hue angle of 262.86º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8848F0 is Cyan = 0.43, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13672240-
CMYK0.430.700.06
HSL262.86º84.85%61.18%-
HSV(B)262.86º70%94.12%-
XYZ28.216.1684.07-
YUV110.29201.2146.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.36%
GREEN value IS 72 (28.52% from 255) = 16.07%
BLUE value IS 240 (94.14% from 255) = 53.57%
R=30.36%
G=16.07%
B=53.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal136722400.430.700.06262.8684.8561.18
Hex8848F02B4606107553d
Octal210110360531060640712575
Binary10001000100100011110000101011100011001101000001111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8848F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8848F0; }

 p { color: rgb(136,72,240); }

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

<style>
 a { background-color: #8848F0; }

 a { background-color: rgb(136,72,240); }

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

<style>
 span { border-color: #8848F0; }

 span { border-color: rgb(136,72,240); }

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