#9915E7

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

Shades of Blue Violet #9915E7

Tints of Blue Violet #9915E7

Color information

#9915E7 (or 0x9915E7) is unknown color: approx Blue Violet. HEX triplet: 99, 15 and E7. RGB value is (153,21,231). Sum of RGB (Red+Green+Blue) = 153+21+231=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 231 (90.62% from 255 or 57.04% from 405); Max value from RGB is 231 - color contains mainly: blue. Hex color #9915E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9915E7 is #66EA18. Grayscale: #535353. Windows color (decimal): -6744601 or 15144345. OLE color: 15144345.

HSL color Cylindrical-coordinate representation of color #9915E7: hue angle of 277.71º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9915E7 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15321231-
CMYK0.340.9100.09
HSL277.71º83.33%49.41%-
HSV(B)277.71º90.91%90.59%-
XYZ27.8313.0876.66-
YUV84.41210.73176.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 21 (8.59% from 255) = 5.19%
BLUE value IS 231 (90.62% from 255) = 57.04%
R=37.78%
G=5.19%
B=57.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal153212310.340.9100.09277.7183.3349.41
Hex9915E7225B091165331
Octal231253474213301142612361
Binary1001100110101111001111000101011011010011000101101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9915E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9915E7; }

 p { color: rgb(153,21,231); }

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

<style>
 a { background-color: #9915E7; }

 a { background-color: rgb(153,21,231); }

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

<style>
 span { border-color: #9915E7; }

 span { border-color: rgb(153,21,231); }

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