#9442E3

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

Shades of Blue Violet #9442E3

Tints of Blue Violet #9442E3

Color information

#9442E3 (or 0x9442E3) is unknown color: approx Blue Violet. HEX triplet: 94, 42 and E3. RGB value is (148,66,227). Sum of RGB (Red+Green+Blue) = 148+66+227=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 227 (89.06% from 255 or 51.47% from 441); Max value from RGB is 227 - color contains mainly: blue. Hex color #9442E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9442E3 is #6BBD1C. Grayscale: #6C6C6C. Windows color (decimal): -7060765 or 14893716. OLE color: 14893716.

HSL color Cylindrical-coordinate representation of color #9442E3: hue angle of 270.56º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9442E3 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14866227-
CMYK0.350.7100.11
HSL270.56º74.19%57.45%-
HSV(B)270.56º70.93%89.02%-
XYZ28.0315.7474.23-
YUV108.87194.67155.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 66 (26.17% from 255) = 14.97%
BLUE value IS 227 (89.06% from 255) = 51.47%
R=33.56%
G=14.97%
B=51.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal148662270.350.7100.11270.5674.1957.45
Hex9442E323470B10f4a39
Octal2241023434310701341711271
Binary100101001000010111000111000111000111010111000011111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9442E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9442E3; }

 p { color: rgb(148,66,227); }

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

<style>
 a { background-color: #9442E3; }

 a { background-color: rgb(148,66,227); }

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

<style>
 span { border-color: #9442E3; }

 span { border-color: rgb(148,66,227); }

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