#8842D6

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

Shades of Blue Violet #8842D6

Tints of Blue Violet #8842D6

Color information

#8842D6 (or 0x8842D6) is unknown color: approx Blue Violet. HEX triplet: 88, 42 and D6. RGB value is (136,66,214). Sum of RGB (Red+Green+Blue) = 136+66+214=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 214 (83.98% from 255 or 51.44% from 416); Max value from RGB is 214 - color contains mainly: blue. Hex color #8842D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8842D6 is #77BD29. Grayscale: #676767. Windows color (decimal): -7847210 or 14041736. OLE color: 14041736.

HSL color Cylindrical-coordinate representation of color #8842D6: hue angle of 268.38º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8842D6 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13666214-
CMYK0.360.6900.16
HSL268.38º64.35%54.9%-
HSV(B)268.38º69.16%83.92%-
XYZ24.2413.9965.04-
YUV103.8190.19150.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.69%
GREEN value IS 66 (26.17% from 255) = 15.87%
BLUE value IS 214 (83.98% from 255) = 51.44%
R=32.69%
G=15.87%
B=51.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal136662140.360.6900.16268.3864.3554.9
Hex8842D6244501010c4037
Octal2101023264410502041410067
Binary1000100010000101101011010010010001010100001000011001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8842D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8842D6; }

 p { color: rgb(136,66,214); }

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

<style>
 a { background-color: #8842D6; }

 a { background-color: rgb(136,66,214); }

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

<style>
 span { border-color: #8842D6; }

 span { border-color: rgb(136,66,214); }

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