#9b21e6

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

Shades of Blue Violet #9B21E6

Tints of Blue Violet #9B21E6

Color information

#9B21E6 (or 0x9B21E6) is unknown color: approx Blue Violet. HEX triplet: 9B, 21 and E6. RGB value is (155,33,230). Sum of RGB (Red+Green+Blue) = 155+33+230=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 230 (90.23% from 255 or 55.02% from 418); Max value from RGB is 230 - color contains mainly: blue. Hex color #9B21E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B21E6 is #64DE19. Grayscale: #5B5B5B. Windows color (decimal): -6610458 or 15081883. OLE color: 15081883.

HSL color Cylindrical-coordinate representation of color #9B21E6: hue angle of 277.16º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B21E6 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15533230-
CMYK0.330.8600.10
HSL277.16º79.76%51.57%-
HSV(B)277.16º85.65%90.2%-
XYZ28.3413.7776.03-
YUV91.94205.92172.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.08%
GREEN value IS 33 (13.28% from 255) = 7.89%
BLUE value IS 230 (90.23% from 255) = 55.02%
R=37.08%
G=7.89%
B=55.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal155332300.330.8600.10277.1679.7651.57
Hex9B21E621560A1155034
Octal233413464112601242512064
Binary10011011100001111001101000011010110010101000101011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b21e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,33,230); }

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

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

 a { background-color: rgb(155,33,230); }

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

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

 span { border-color: rgb(155,33,230); }

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