#9518de

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

Shades of Blue Violet #9518DE

Tints of Blue Violet #9518DE

Color information

#9518DE (or 0x9518DE) is unknown color: approx Blue Violet. HEX triplet: 95, 18 and DE. RGB value is (149,24,222). Sum of RGB (Red+Green+Blue) = 149+24+222=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #9518DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518DE is #6AE721. Grayscale: #535353. Windows color (decimal): -7005986 or 14555285. OLE color: 14555285.

HSL color Cylindrical-coordinate representation of color #9518DE: hue angle of 277.88º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9518DE is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14924222-
CMYK0.330.8900.13
HSL277.88º80.49%48.24%-
HSV(B)277.88º89.19%87.06%-
XYZ25.9112.3270.12-
YUV83.95205.91174.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 24 (9.77% from 255) = 6.08%
BLUE value IS 222 (87.11% from 255) = 56.20%
R=37.72%
G=6.08%
B=56.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149242220.330.8900.13277.8880.4948.24
Hex9518DE21590D1165030
Octal225303364113101542612060
Binary1001010111000110111101000011011001011011000101101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9518de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9518de; }

 p { color: rgb(149,24,222); }

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

<style>
 a { background-color: #9518de; }

 a { background-color: rgb(149,24,222); }

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

<style>
 span { border-color: #9518de; }

 span { border-color: rgb(149,24,222); }

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