#9B3AEE

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

Shades of Blue Violet #9B3AEE

Tints of Blue Violet #9B3AEE

Color information

#9B3AEE (or 0x9B3AEE) is unknown color: approx Blue Violet. HEX triplet: 9B, 3A and EE. RGB value is (155,58,238). Sum of RGB (Red+Green+Blue) = 155+58+238=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B3AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B3AEE is #64C511. Grayscale: #6A6A6A. Windows color (decimal): -6604050 or 15612571. OLE color: 15612571.

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

Color convert

RGB15558238-
CMYK0.350.7600.07
HSL272.33º84.11%58.04%-
HSV(B)272.33º75.63%93.33%-
XYZ30.4616.1782.4-
YUV107.52201.64161.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.37%
GREEN value IS 58 (23.05% from 255) = 12.86%
BLUE value IS 238 (93.36% from 255) = 52.77%
R=34.37%
G=12.86%
B=52.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal155582380.350.7600.07272.3384.1158.04
Hex9B3AEE234C07110543a
Octal23372356431140742012472
Binary1001101111101011101110100011100110001111000100001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,58,238); }

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

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

 a { background-color: rgb(155,58,238); }

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

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

 span { border-color: rgb(155,58,238); }

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