#8922D6

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

Shades of Blue Violet #8922D6

Tints of Blue Violet #8922D6

Color information

#8922D6 (or 0x8922D6) is unknown color: approx Blue Violet. HEX triplet: 89, 22 and D6. RGB value is (137,34,214). Sum of RGB (Red+Green+Blue) = 137+34+214=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 214 (83.98% from 255 or 55.58% from 385); Max value from RGB is 214 - color contains mainly: blue. Hex color #8922D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8922D6 is #76DD29. Grayscale: #545454. Windows color (decimal): -7789866 or 14033545. OLE color: 14033545.

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

Color convert

RGB13734214-
CMYK0.360.8400.16
HSL274.33º72.58%48.63%-
HSV(B)274.33º84.11%83.92%-
XYZ23.0311.3264.59-
YUV85.32200.62164.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 34 (13.67% from 255) = 8.83%
BLUE value IS 214 (83.98% from 255) = 55.58%
R=35.58%
G=8.83%
B=55.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal137342140.360.8400.16274.3372.5848.63
Hex8922D624540101124931
Octal211423264412402042211161
Binary100010011000101101011010010010101000100001000100101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8922D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,34,214); }

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

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

 a { background-color: rgb(137,34,214); }

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

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

 span { border-color: rgb(137,34,214); }

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