#9818E7

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

Shades of Blue Violet #9818E7

Tints of Blue Violet #9818E7

Color information

#9818E7 (or 0x9818E7) is unknown color: approx Blue Violet. HEX triplet: 98, 18 and E7. RGB value is (152,24,231). Sum of RGB (Red+Green+Blue) = 152+24+231=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 231 (90.62% from 255 or 56.76% from 407); Max value from RGB is 231 - color contains mainly: blue. Hex color #9818E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9818E7 is #67E718. Grayscale: #555555. Windows color (decimal): -6809369 or 15145112. OLE color: 15145112.

HSL color Cylindrical-coordinate representation of color #9818E7: hue angle of 277.1º 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 #9818E7 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15224231-
CMYK0.340.9000.09
HSL277.1º81.18%50%-
HSV(B)277.1º89.61%90.59%-
XYZ27.713.176.67-
YUV85.87209.91175.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 24 (9.77% from 255) = 5.90%
BLUE value IS 231 (90.62% from 255) = 56.76%
R=37.35%
G=5.90%
B=56.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal152242310.340.9000.09277.181.1850
Hex9818E7225A091155132
Octal230303474213201142512162
Binary1001100011000111001111000101011010010011000101011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9818E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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