#9B3BED

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

Shades of Blue Violet #9B3BED

Tints of Blue Violet #9B3BED

Color information

#9B3BED (or 0x9B3BED) is unknown color: approx Blue Violet. HEX triplet: 9B, 3B and ED. RGB value is (155,59,237). Sum of RGB (Red+Green+Blue) = 155+59+237=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B3BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B3BED is #64C412. Grayscale: #6B6B6B. Windows color (decimal): -6603795 or 15547291. OLE color: 15547291.

HSL color Cylindrical-coordinate representation of color #9B3BED: hue angle of 272.36º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B3BED is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15559237-
CMYK0.350.7500.07
HSL272.36º83.18%58.04%-
HSV(B)272.36º75.11%92.94%-
XYZ30.3716.2181.65-
YUV108200.8161.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.37%
GREEN value IS 59 (23.44% from 255) = 13.08%
BLUE value IS 237 (92.97% from 255) = 52.55%
R=34.37%
G=13.08%
B=52.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal155592370.350.7500.07272.3683.1858.04
Hex9B3BED234B07110533a
Octal23373355431130742012372
Binary1001101111101111101101100011100101101111000100001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,59,237); }

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

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

 a { background-color: rgb(155,59,237); }

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

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

 span { border-color: rgb(155,59,237); }

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