#9A18E7

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

Shades of Blue Violet #9A18E7

Tints of Blue Violet #9A18E7

Color information

#9A18E7 (or 0x9A18E7) is unknown color: approx Blue Violet. HEX triplet: 9A, 18 and E7. RGB value is (154,24,231). Sum of RGB (Red+Green+Blue) = 154+24+231=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 231 (90.62% from 255 or 56.48% from 409); Max value from RGB is 231 - color contains mainly: blue. Hex color #9A18E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A18E7 is #65E718. Grayscale: #555555. Windows color (decimal): -6678297 or 15145114. OLE color: 15145114.

HSL color Cylindrical-coordinate representation of color #9A18E7: hue angle of 277.68º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A18E7 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15424231-
CMYK0.330.9000.09
HSL277.68º81.18%50%-
HSV(B)277.68º89.61%90.59%-
XYZ28.0813.2976.69-
YUV86.47209.57176.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.65%
GREEN value IS 24 (9.77% from 255) = 5.87%
BLUE value IS 231 (90.62% from 255) = 56.48%
R=37.65%
G=5.87%
B=56.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal154242310.330.9000.09277.6881.1850
Hex9A18E7215A091165132
Octal232303474113201142612162
Binary1001101011000111001111000011011010010011000101101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A18E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,24,231); }

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

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

 a { background-color: rgb(154,24,231); }

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

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

 span { border-color: rgb(154,24,231); }

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