#9b1fe1

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

Shades of Blue Violet #9B1FE1

Tints of Blue Violet #9B1FE1

Color information

#9B1FE1 (or 0x9B1FE1) is unknown color: approx Blue Violet. HEX triplet: 9B, 1F and E1. RGB value is (155,31,225). Sum of RGB (Red+Green+Blue) = 155+31+225=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 225 (88.28% from 255 or 54.74% from 411); Max value from RGB is 225 - color contains mainly: blue. Hex color #9B1FE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1FE1 is #64E01E. Grayscale: #595959. Windows color (decimal): -6610975 or 14753691. OLE color: 14753691.

HSL color Cylindrical-coordinate representation of color #9B1FE1: hue angle of 278.35º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1FE1 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15531225-
CMYK0.310.8600.12
HSL278.35º76.38%50.2%-
HSV(B)278.35º86.22%88.24%-
XYZ27.613.3872.36-
YUV90.19204.08174.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.71%
GREEN value IS 31 (12.5% from 255) = 7.54%
BLUE value IS 225 (88.28% from 255) = 54.74%
R=37.71%
G=7.54%
B=54.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal155312250.310.8600.12278.3576.3850.2
Hex9B1FE11F560C1164c32
Octal233373413712601442611462
Binary100110111111111100001111111010110011001000101101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b1fe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,31,225); }

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

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

 a { background-color: rgb(155,31,225); }

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

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

 span { border-color: rgb(155,31,225); }

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