#9b4bf2

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

Shades of Blue Violet #9B4BF2

Tints of Blue Violet #9B4BF2

Color information

#9B4BF2 (or 0x9B4BF2) is unknown color: approx Blue Violet. HEX triplet: 9B, 4B and F2. RGB value is (155,75,242). Sum of RGB (Red+Green+Blue) = 155+75+242=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #9B4BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B4BF2 is #64B40D. Grayscale: #757575. Windows color (decimal): -6599694 or 15879067. OLE color: 15879067.

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

Color convert

RGB15575242-
CMYK0.360.6900.05
HSL268.74º86.53%62.16%-
HSV(B)268.74º69.01%94.9%-
XYZ32.0618.4185.87-
YUV117.96198154.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.84%
GREEN value IS 75 (29.69% from 255) = 15.89%
BLUE value IS 242 (94.92% from 255) = 51.27%
R=32.84%
G=15.89%
B=51.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal155752420.360.6900.05268.7486.5362.16
Hex9B4BF224450510d573e
Octal233113362441050541512776
Binary10011011100101111110010100100100010101011000011011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b4bf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,75,242); }

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

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

 a { background-color: rgb(155,75,242); }

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

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

 span { border-color: rgb(155,75,242); }

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