#9621e9

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

Shades of Blue Violet #9621E9

Tints of Blue Violet #9621E9

Color information

#9621E9 (or 0x9621E9) is unknown color: approx Blue Violet. HEX triplet: 96, 21 and E9. RGB value is (150,33,233). Sum of RGB (Red+Green+Blue) = 150+33+233=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 233 (91.41% from 255 or 56.01% from 416); Max value from RGB is 233 - color contains mainly: blue. Hex color #9621E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9621E9 is #69DE16. Grayscale: #5A5A5A. Windows color (decimal): -6938135 or 15278486. OLE color: 15278486.

HSL color Cylindrical-coordinate representation of color #9621E9: hue angle of 275.1º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9621E9 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15033233-
CMYK0.360.8600.09
HSL275.1º81.97%52.16%-
HSV(B)275.1º85.84%91.37%-
XYZ27.8313.4578.22-
YUV90.78208.26170.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 33 (13.28% from 255) = 7.93%
BLUE value IS 233 (91.41% from 255) = 56.01%
R=36.06%
G=7.93%
B=56.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal150332330.360.8600.09275.181.9752.16
Hex9621E92456091135234
Octal226413514412601142312264
Binary10010110100001111010011001001010110010011000100111010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9621e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9621e9; }

 p { color: rgb(150,33,233); }

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

<style>
 a { background-color: #9621e9; }

 a { background-color: rgb(150,33,233); }

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

<style>
 span { border-color: #9621e9; }

 span { border-color: rgb(150,33,233); }

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

cancel