#9431EA

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

Shades of Blue Violet #9431EA

Tints of Blue Violet #9431EA

Color information

#9431EA (or 0x9431EA) is unknown color: approx Blue Violet. HEX triplet: 94, 31 and EA. RGB value is (148,49,234). Sum of RGB (Red+Green+Blue) = 148+49+234=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #9431EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9431EA is #6BCE15. Grayscale: #636363. Windows color (decimal): -7065110 or 15348116. OLE color: 15348116.

HSL color Cylindrical-coordinate representation of color #9431EA: hue angle of 272.11º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9431EA is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14849234-
CMYK0.370.7900.08
HSL272.11º81.5%55.49%-
HSV(B)272.11º79.06%91.76%-
XYZ28.1614.4379.14-
YUV99.69203.8162.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.34%
GREEN value IS 49 (19.53% from 255) = 11.37%
BLUE value IS 234 (91.80% from 255) = 54.29%
R=34.34%
G=11.37%
B=54.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal148492340.370.7900.08272.1181.555.49
Hex9431EA254F081105137
Octal224613524511701042012167
Binary10010100110001111010101001011001111010001000100001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9431EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9431EA; }

 p { color: rgb(148,49,234); }

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

<style>
 a { background-color: #9431EA; }

 a { background-color: rgb(148,49,234); }

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

<style>
 span { border-color: #9431EA; }

 span { border-color: rgb(148,49,234); }

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