#9B31EB

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

Shades of Blue Violet #9B31EB

Tints of Blue Violet #9B31EB

Color information

#9B31EB (or 0x9B31EB) is unknown color: approx Blue Violet. HEX triplet: 9B, 31 and EB. RGB value is (155,49,235). Sum of RGB (Red+Green+Blue) = 155+49+235=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #9B31EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B31EB is #64CE14. Grayscale: #656565. Windows color (decimal): -6606357 or 15413659. OLE color: 15413659.

HSL color Cylindrical-coordinate representation of color #9B31EB: hue angle of 274.19º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B31EB is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15549235-
CMYK0.340.7900.08
HSL274.19º82.3%55.69%-
HSV(B)274.19º79.15%92.16%-
XYZ29.6115.1679.96-
YUV101.9203.12165.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.31%
GREEN value IS 49 (19.53% from 255) = 11.16%
BLUE value IS 235 (92.19% from 255) = 53.53%
R=35.31%
G=11.16%
B=53.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal155492350.340.7900.08274.1982.355.69
Hex9B31EB224F081125238
Octal233613534211701042212270
Binary10011011110001111010111000101001111010001000100101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B31EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,49,235); }

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

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

 a { background-color: rgb(155,49,235); }

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

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

 span { border-color: rgb(155,49,235); }

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