#9B1BF1

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

Shades of Blue Violet #9B1BF1

Tints of Blue Violet #9B1BF1

Color information

#9B1BF1 (or 0x9B1BF1) is unknown color: approx Blue Violet. HEX triplet: 9B, 1B and F1. RGB value is (155,27,241). Sum of RGB (Red+Green+Blue) = 155+27+241=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 241 (94.53% from 255 or 56.97% from 423); Max value from RGB is 241 - color contains mainly: blue. Hex color #9B1BF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B1BF1 is #64E40E. Grayscale: #585858. Windows color (decimal): -6611983 or 15801243. OLE color: 15801243.

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

Color convert

RGB15527241-
CMYK0.360.8900.05
HSL275.89º88.43%52.55%-
HSV(B)275.89º88.8%94.51%-
XYZ29.7914.184.37-
YUV89.67213.41174.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.64%
GREEN value IS 27 (10.94% from 255) = 6.38%
BLUE value IS 241 (94.53% from 255) = 56.97%
R=36.64%
G=6.38%
B=56.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal155272410.360.8900.05275.8988.4352.55
Hex9B1BF12459051145835
Octal23333361441310542413065
Binary100110111101111110001100100101100101011000101001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,27,241); }

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

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

 a { background-color: rgb(155,27,241); }

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

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

 span { border-color: rgb(155,27,241); }

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