#9B4DEC

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

Shades of Blue Violet #9B4DEC

Tints of Blue Violet #9B4DEC

Color information

#9B4DEC (or 0x9B4DEC) is unknown color: approx Blue Violet. HEX triplet: 9B, 4D and EC. RGB value is (155,77,236). Sum of RGB (Red+Green+Blue) = 155+77+236=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B4DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B4DEC is #64B213. Grayscale: #757575. Windows color (decimal): -6599188 or 15486363. OLE color: 15486363.

HSL color Cylindrical-coordinate representation of color #9B4DEC: hue angle of 269.43º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B4DEC is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15577236-
CMYK0.340.6700.07
HSL269.43º80.71%61.37%-
HSV(B)269.43º67.37%92.55%-
XYZ31.3118.3381.25-
YUV118.45194.34154.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.12%
GREEN value IS 77 (30.47% from 255) = 16.45%
BLUE value IS 236 (92.58% from 255) = 50.43%
R=33.12%
G=16.45%
B=50.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal155772360.340.6700.07269.4380.7161.37
Hex9B4DEC22430710d513d
Octal233115354421030741512175
Binary10011011100110111101100100010100001101111000011011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,77,236); }

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

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

 a { background-color: rgb(155,77,236); }

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

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

 span { border-color: rgb(155,77,236); }

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