#9418E1

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

Shades of Blue Violet #9418E1

Tints of Blue Violet #9418E1

Color information

#9418E1 (or 0x9418E1) is unknown color: approx Blue Violet. HEX triplet: 94, 18 and E1. RGB value is (148,24,225). Sum of RGB (Red+Green+Blue) = 148+24+225=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 225 (88.28% from 255 or 56.68% from 397); Max value from RGB is 225 - color contains mainly: blue. Hex color #9418E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9418E1 is #6BE71E. Grayscale: #535353. Windows color (decimal): -7071519 or 14751892. OLE color: 14751892.

HSL color Cylindrical-coordinate representation of color #9418E1: hue angle of 277.01º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9418E1 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14824225-
CMYK0.340.8900.12
HSL277.01º80.72%48.82%-
HSV(B)277.01º89.33%88.24%-
XYZ26.1312.3972.25-
YUV83.99207.58173.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 24 (9.77% from 255) = 6.05%
BLUE value IS 225 (88.28% from 255) = 56.68%
R=37.28%
G=6.05%
B=56.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal148242250.340.8900.12277.0180.7248.82
Hex9418E122590C1155131
Octal224303414213101442512161
Binary1001010011000111000011000101011001011001000101011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9418E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9418E1; }

 p { color: rgb(148,24,225); }

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

<style>
 a { background-color: #9418E1; }

 a { background-color: rgb(148,24,225); }

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

<style>
 span { border-color: #9418E1; }

 span { border-color: rgb(148,24,225); }

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