#9318E5

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

Shades of Blue Violet #9318E5

Tints of Blue Violet #9318E5

Color information

#9318E5 (or 0x9318E5) is unknown color: approx Blue Violet. HEX triplet: 93, 18 and E5. RGB value is (147,24,229). Sum of RGB (Red+Green+Blue) = 147+24+229=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 229 (89.84% from 255 or 57.25% from 400); Max value from RGB is 229 - color contains mainly: blue. Hex color #9318E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9318E5 is #6CE71A. Grayscale: #535353. Windows color (decimal): -7137051 or 15014035. OLE color: 15014035.

HSL color Cylindrical-coordinate representation of color #9318E5: hue angle of 276º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9318E5 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14724229-
CMYK0.360.9000.10
HSL276º81.03%49.61%-
HSV(B)276º89.52%89.8%-
XYZ26.512.5175.15-
YUV84.15209.75172.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 24 (9.77% from 255) = 6%
BLUE value IS 229 (89.84% from 255) = 57.25%
R=36.75%
G=6%
B=57.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal147242290.360.9000.1027681.0349.61
Hex9318E5245A0A1145132
Octal223303454413201242412162
Binary1001001111000111001011001001011010010101000101001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9318E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9318E5; }

 p { color: rgb(147,24,229); }

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

<style>
 a { background-color: #9318E5; }

 a { background-color: rgb(147,24,229); }

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

<style>
 span { border-color: #9318E5; }

 span { border-color: rgb(147,24,229); }

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