#9D22E4

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

Shades of Blue Violet #9D22E4

Tints of Blue Violet #9D22E4

Color information

#9D22E4 (or 0x9D22E4) is unknown color: approx Blue Violet. HEX triplet: 9D, 22 and E4. RGB value is (157,34,228). Sum of RGB (Red+Green+Blue) = 157+34+228=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 228 (89.45% from 255 or 54.42% from 419); Max value from RGB is 228 - color contains mainly: blue. Hex color #9D22E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D22E4 is #62DD1B. Grayscale: #5C5C5C. Windows color (decimal): -6479132 or 14951069. OLE color: 14951069.

HSL color Cylindrical-coordinate representation of color #9D22E4: hue angle of 278.04º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D22E4 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15734228-
CMYK0.310.8500.11
HSL278.04º78.23%51.37%-
HSV(B)278.04º85.09%89.41%-
XYZ28.4813.9174.58-
YUV92.89204.25173.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 34 (13.67% from 255) = 8.11%
BLUE value IS 228 (89.45% from 255) = 54.42%
R=37.47%
G=8.11%
B=54.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal157342280.310.8500.11278.0478.2351.37
Hex9D22E41F550B1164e33
Octal235423443712501342611663
Binary1001110110001011100100111111010101010111000101101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D22E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D22E4; }

 p { color: rgb(157,34,228); }

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

<style>
 a { background-color: #9D22E4; }

 a { background-color: rgb(157,34,228); }

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

<style>
 span { border-color: #9D22E4; }

 span { border-color: rgb(157,34,228); }

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