#9B46EF

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

Shades of Blue Violet #9B46EF

Tints of Blue Violet #9B46EF

Color information

#9B46EF (or 0x9B46EF) is unknown color: approx Blue Violet. HEX triplet: 9B, 46 and EF. RGB value is (155,70,239). Sum of RGB (Red+Green+Blue) = 155+70+239=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B46EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B46EF is #64B910. Grayscale: #727272. Windows color (decimal): -6600977 or 15681179. OLE color: 15681179.

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

Color convert

RGB15570239-
CMYK0.350.7100.06
HSL270.18º84.08%60.59%-
HSV(B)270.18º70.71%93.73%-
XYZ31.2917.5883.41-
YUV114.68198.16156.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.41%
GREEN value IS 70 (27.73% from 255) = 15.09%
BLUE value IS 239 (93.75% from 255) = 51.51%
R=33.41%
G=15.09%
B=51.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal155702390.350.7100.06270.1884.0860.59
Hex9B46EF23470610e543d
Octal233106357431070641612475
Binary10011011100011011101111100011100011101101000011101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B46EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,70,239); }

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

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

 a { background-color: rgb(155,70,239); }

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

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

 span { border-color: rgb(155,70,239); }

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