#9B2EE3

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

Shades of Blue Violet #9B2EE3

Tints of Blue Violet #9B2EE3

Color information

#9B2EE3 (or 0x9B2EE3) is unknown color: approx Blue Violet. HEX triplet: 9B, 2E and E3. RGB value is (155,46,227). Sum of RGB (Red+Green+Blue) = 155+46+227=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 227 (89.06% from 255 or 53.04% from 428); Max value from RGB is 227 - color contains mainly: blue. Hex color #9B2EE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2EE3 is #64D11C. Grayscale: #626262. Windows color (decimal): -6607133 or 14888603. OLE color: 14888603.

HSL color Cylindrical-coordinate representation of color #9B2EE3: hue angle of 276.13º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B2EE3 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15546227-
CMYK0.320.8000.11
HSL276.13º76.37%53.53%-
HSV(B)276.13º79.74%89.02%-
XYZ28.3614.4773.97-
YUV99.22200.11167.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.21%
GREEN value IS 46 (18.36% from 255) = 10.75%
BLUE value IS 227 (89.06% from 255) = 53.04%
R=36.21%
G=10.75%
B=53.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal155462270.320.8000.11276.1376.3753.53
Hex9B2EE320500B1144c36
Octal233563434012001342411466
Binary10011011101110111000111000001010000010111000101001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,46,227); }

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

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

 a { background-color: rgb(155,46,227); }

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

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

 span { border-color: rgb(155,46,227); }

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