#9B22F2

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

Shades of Blue Violet #9B22F2

Tints of Blue Violet #9B22F2

Color information

#9B22F2 (or 0x9B22F2) is unknown color: approx Blue Violet. HEX triplet: 9B, 22 and F2. RGB value is (155,34,242). Sum of RGB (Red+Green+Blue) = 155+34+242=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 34 (13.67% from 255 or 7.89% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #9B22F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B22F2 is #64DD0D. Grayscale: #5D5D5D. Windows color (decimal): -6610190 or 15868571. OLE color: 15868571.

HSL color Cylindrical-coordinate representation of color #9B22F2: hue angle of 274.9º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B22F2 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15534242-
CMYK0.360.8600.05
HSL274.9º88.89%54.12%-
HSV(B)274.9º85.95%94.9%-
XYZ30.1214.5285.22-
YUV93.89211.59171.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.96%
GREEN value IS 34 (13.67% from 255) = 7.89%
BLUE value IS 242 (94.92% from 255) = 56.15%
R=35.96%
G=7.89%
B=56.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal155342420.360.8600.05274.988.8954.12
Hex9B22F22456051135936
Octal23342362441260542313166
Binary1001101110001011110010100100101011001011000100111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B22F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,34,242); }

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

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

 a { background-color: rgb(155,34,242); }

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

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

 span { border-color: rgb(155,34,242); }

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