#9B3DF0

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

Shades of Blue Violet #9B3DF0

Tints of Blue Violet #9B3DF0

Color information

#9B3DF0 (or 0x9B3DF0) is unknown color: approx Blue Violet. HEX triplet: 9B, 3D and F0. RGB value is (155,61,240). Sum of RGB (Red+Green+Blue) = 155+61+240=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 240 (94.14% from 255 or 52.63% from 456); Max value from RGB is 240 - color contains mainly: blue. Hex color #9B3DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B3DF0 is #64C20F. Grayscale: #6C6C6C. Windows color (decimal): -6603280 or 15744411. OLE color: 15744411.

HSL color Cylindrical-coordinate representation of color #9B3DF0: hue angle of 271.51º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B3DF0 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15561240-
CMYK0.350.7500.06
HSL271.51º85.65%59.02%-
HSV(B)271.51º74.58%94.12%-
XYZ30.9116.684.01-
YUV109.51201.64160.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.99%
GREEN value IS 61 (24.22% from 255) = 13.38%
BLUE value IS 240 (94.14% from 255) = 52.63%
R=33.99%
G=13.38%
B=52.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal155612400.350.7500.06271.5185.6559.02
Hex9B3DF0234B06110563b
Octal23375360431130642012673
Binary1001101111110111110000100011100101101101000100001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,61,240); }

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

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

 a { background-color: rgb(155,61,240); }

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

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

 span { border-color: rgb(155,61,240); }

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