#9A22ED

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

Shades of Blue Violet #9A22ED

Tints of Blue Violet #9A22ED

Color information

#9A22ED (or 0x9A22ED) is unknown color: approx Blue Violet. HEX triplet: 9A, 22 and ED. RGB value is (154,34,237). Sum of RGB (Red+Green+Blue) = 154+34+237=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A22ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A22ED is #65DD12. Grayscale: #5C5C5C. Windows color (decimal): -6675731 or 15540890. OLE color: 15540890.

HSL color Cylindrical-coordinate representation of color #9A22ED: hue angle of 275.47º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A22ED is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15434237-
CMYK0.350.8600.07
HSL275.47º84.94%53.14%-
HSV(B)275.47º85.65%92.94%-
XYZ29.1814.1381.31-
YUV93.02209.26171.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.24%
GREEN value IS 34 (13.67% from 255) = 8%
BLUE value IS 237 (92.97% from 255) = 55.76%
R=36.24%
G=8%
B=55.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal154342370.350.8600.07275.4784.9453.14
Hex9A22ED2356071135535
Octal23242355431260742312565
Binary1001101010001011101101100011101011001111000100111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A22ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,34,237); }

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

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

 a { background-color: rgb(154,34,237); }

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

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

 span { border-color: rgb(154,34,237); }

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