#9B4DED

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

Shades of Blue Violet #9B4DED

Tints of Blue Violet #9B4DED

Color information

#9B4DED (or 0x9B4DED) is unknown color: approx Blue Violet. HEX triplet: 9B, 4D and ED. RGB value is (155,77,237). Sum of RGB (Red+Green+Blue) = 155+77+237=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B4DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B4DED is #64B212. Grayscale: #767676. Windows color (decimal): -6599187 or 15551899. OLE color: 15551899.

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

Color convert

RGB15577237-
CMYK0.350.6800.07
HSL269.25º81.63%61.57%-
HSV(B)269.25º67.51%92.94%-
XYZ31.4618.3982.01-
YUV118.56194.84153.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 77 (30.47% from 255) = 16.42%
BLUE value IS 237 (92.97% from 255) = 50.53%
R=33.05%
G=16.42%
B=50.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal155772370.350.6800.07269.2581.6361.57
Hex9B4DED23440710d523e
Octal233115355431040741512276
Binary10011011100110111101101100011100010001111000011011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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