#9F22ED

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

Shades of Blue Violet #9F22ED

Tints of Blue Violet #9F22ED

Color information

#9F22ED (or 0x9F22ED) is unknown color: approx Blue Violet. HEX triplet: 9F, 22 and ED. RGB value is (159,34,237). Sum of RGB (Red+Green+Blue) = 159+34+237=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F22ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F22ED is #60DD12. Grayscale: #5D5D5D. Windows color (decimal): -6348051 or 15540895. OLE color: 15540895.

HSL color Cylindrical-coordinate representation of color #9F22ED: hue angle of 276.95º 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 #9F22ED is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15934237-
CMYK0.330.8600.07
HSL276.95º84.94%53.14%-
HSV(B)276.95º85.65%92.94%-
XYZ30.1614.6381.36-
YUV94.52208.41173.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.98%
GREEN value IS 34 (13.67% from 255) = 7.91%
BLUE value IS 237 (92.97% from 255) = 55.12%
R=36.98%
G=7.91%
B=55.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal159342370.330.8600.07276.9584.9453.14
Hex9F22ED2156071155535
Octal23742355411260742512565
Binary1001111110001011101101100001101011001111000101011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F22ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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