#9B18F0

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

Shades of Blue Violet #9B18F0

Tints of Blue Violet #9B18F0

Color information

#9B18F0 (or 0x9B18F0) is unknown color: approx Blue Violet. HEX triplet: 9B, 18 and F0. RGB value is (155,24,240). Sum of RGB (Red+Green+Blue) = 155+24+240=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #9B18F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B18F0 is #64E70F. Grayscale: #575757. Windows color (decimal): -6612752 or 15734939. OLE color: 15734939.

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

Color convert

RGB15524240-
CMYK0.350.900.06
HSL276.39º87.8%51.76%-
HSV(B)276.39º90%94.12%-
XYZ29.5713.9183.56-
YUV87.79213.9175.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.99%
GREEN value IS 24 (9.77% from 255) = 5.73%
BLUE value IS 240 (94.14% from 255) = 57.28%
R=36.99%
G=5.73%
B=57.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal155242400.350.900.06276.3987.851.76
Hex9B18F0235A061145834
Octal23330360431320642413064
Binary100110111100011110000100011101101001101000101001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B18F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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