#9B3DED

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

Shades of Blue Violet #9B3DED

Tints of Blue Violet #9B3DED

Color information

#9B3DED (or 0x9B3DED) is unknown color: approx Blue Violet. HEX triplet: 9B, 3D and ED. RGB value is (155,61,237). Sum of RGB (Red+Green+Blue) = 155+61+237=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B3DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B3DED is #64C212. Grayscale: #6C6C6C. Windows color (decimal): -6603283 or 15547803. OLE color: 15547803.

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

Color convert

RGB15561237-
CMYK0.350.7400.07
HSL272.05º83.02%58.43%-
HSV(B)272.05º74.26%92.94%-
XYZ30.4716.4281.68-
YUV109.17200.14160.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.22%
GREEN value IS 61 (24.22% from 255) = 13.47%
BLUE value IS 237 (92.97% from 255) = 52.32%
R=34.22%
G=13.47%
B=52.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal155612370.350.7400.07272.0583.0258.43
Hex9B3DED234A07110533a
Octal23375355431120742012372
Binary1001101111110111101101100011100101001111000100001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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