#8848D8

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

Shades of Blue Violet #8848D8

Tints of Blue Violet #8848D8

Color information

#8848D8 (or 0x8848D8) is unknown color: approx Blue Violet. HEX triplet: 88, 48 and D8. RGB value is (136,72,216). Sum of RGB (Red+Green+Blue) = 136+72+216=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 216 (84.77% from 255 or 50.94% from 424); Max value from RGB is 216 - color contains mainly: blue. Hex color #8848D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8848D8 is #77B727. Grayscale: #6B6B6B. Windows color (decimal): -7845672 or 14174344. OLE color: 14174344.

HSL color Cylindrical-coordinate representation of color #8848D8: hue angle of 266.67º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8848D8 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13672216-
CMYK0.370.6700.15
HSL266.67º64.86%56.47%-
HSV(B)266.67º66.67%84.71%-
XYZ24.8714.8366.52-
YUV107.55189.2148.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.08%
GREEN value IS 72 (28.52% from 255) = 16.98%
BLUE value IS 216 (84.77% from 255) = 50.94%
R=32.08%
G=16.98%
B=50.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal136722160.370.6700.15266.6764.8656.47
Hex8848D825430F10b4138
Octal2101103304510301741310170
Binary100010001001000110110001001011000011011111000010111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8848D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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