#9b28e0

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

Shades of Blue Violet #9B28E0

Tints of Blue Violet #9B28E0

Color information

#9B28E0 (or 0x9B28E0) is unknown color: approx Blue Violet. HEX triplet: 9B, 28 and E0. RGB value is (155,40,224). Sum of RGB (Red+Green+Blue) = 155+40+224=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #9B28E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B28E0 is #64D71F. Grayscale: #5E5E5E. Windows color (decimal): -6608672 or 14690459. OLE color: 14690459.

HSL color Cylindrical-coordinate representation of color #9B28E0: hue angle of 277.5º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B28E0 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15540224-
CMYK0.310.8200.12
HSL277.5º74.8%51.76%-
HSV(B)277.5º82.14%87.84%-
XYZ27.7313.8771.74-
YUV95.36200.6170.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.99%
GREEN value IS 40 (16.02% from 255) = 9.55%
BLUE value IS 224 (87.89% from 255) = 53.46%
R=36.99%
G=9.55%
B=53.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal155402240.310.8200.12277.574.851.76
Hex9B28E01F520C1164b34
Octal233503403712201442611364
Binary1001101110100011100000111111010010011001000101101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b28e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,40,224); }

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

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

 a { background-color: rgb(155,40,224); }

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

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

 span { border-color: rgb(155,40,224); }

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