#9B2FF9

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

Shades of Blue Violet #9B2FF9

Tints of Blue Violet #9B2FF9

Color information

#9B2FF9 (or 0x9B2FF9) is unknown color: approx Blue Violet. HEX triplet: 9B, 2F and F9. RGB value is (155,47,249). Sum of RGB (Red+Green+Blue) = 155+47+249=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 249 (97.66% from 255 or 55.21% from 451); Max value from RGB is 249 - color contains mainly: blue. Hex color #9B2FF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B2FF9 is #64D006. Grayscale: #656565. Windows color (decimal): -6606855 or 16330651. OLE color: 16330651.

HSL color Cylindrical-coordinate representation of color #9B2FF9: hue angle of 272.08º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B2FF9 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15547249-
CMYK0.380.8100.02
HSL272.08º94.39%58.04%-
HSV(B)272.08º81.12%97.65%-
XYZ31.6315.8491.01-
YUV102.32210.78165.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.37%
GREEN value IS 47 (18.75% from 255) = 10.42%
BLUE value IS 249 (97.66% from 255) = 55.21%
R=34.37%
G=10.42%
B=55.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal155472490.380.8100.02272.0894.3958.04
Hex9B2FF92651021105e3a
Octal23357371461210242013672
Binary100110111011111111100110011010100010101000100001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,47,249); }

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

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

 a { background-color: rgb(155,47,249); }

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

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

 span { border-color: rgb(155,47,249); }

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