#9721DB

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

Shades of Blue Violet #9721DB

Tints of Blue Violet #9721DB

Color information

#9721DB (or 0x9721DB) is unknown color: approx Blue Violet. HEX triplet: 97, 21 and DB. RGB value is (151,33,219). Sum of RGB (Red+Green+Blue) = 151+33+219=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #9721DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9721DB is #68DE24. Grayscale: #585858. Windows color (decimal): -6872613 or 14360983. OLE color: 14360983.

HSL color Cylindrical-coordinate representation of color #9721DB: hue angle of 278.06º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9721DB is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15133219-
CMYK0.310.8500.14
HSL278.06º73.81%49.41%-
HSV(B)278.06º84.93%85.88%-
XYZ26.0912.7868.11-
YUV89.49201.09171.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.47%
GREEN value IS 33 (13.28% from 255) = 8.19%
BLUE value IS 219 (85.94% from 255) = 54.34%
R=37.47%
G=8.19%
B=54.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal151332190.310.8500.14278.0673.8149.41
Hex9721DB1F550E1164a31
Octal227413333712501642611261
Binary1001011110000111011011111111010101011101000101101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9721DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9721DB; }

 p { color: rgb(151,33,219); }

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

<style>
 a { background-color: #9721DB; }

 a { background-color: rgb(151,33,219); }

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

<style>
 span { border-color: #9721DB; }

 span { border-color: rgb(151,33,219); }

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