#9442F4

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

Shades of Blue Violet #9442F4

Tints of Blue Violet #9442F4

Color information

#9442F4 (or 0x9442F4) is unknown color: approx Blue Violet. HEX triplet: 94, 42 and F4. RGB value is (148,66,244). Sum of RGB (Red+Green+Blue) = 148+66+244=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 244 (95.70% from 255 or 53.28% from 458); Max value from RGB is 244 - color contains mainly: blue. Hex color #9442F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9442F4 is #6BBD0B. Grayscale: #6E6E6E. Windows color (decimal): -7060748 or 16007828. OLE color: 16007828.

HSL color Cylindrical-coordinate representation of color #9442F4: hue angle of 267.64º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9442F4 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14866244-
CMYK0.390.7300.04
HSL267.64º89%60.78%-
HSV(B)267.64º72.95%95.69%-
XYZ30.4916.7287.21-
YUV110.81203.17154.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.31%
GREEN value IS 66 (26.17% from 255) = 14.41%
BLUE value IS 244 (95.70% from 255) = 53.28%
R=32.31%
G=14.41%
B=53.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal148662440.390.7300.04267.648960.78
Hex9442F427490410c593d
Octal224102364471110441413175
Binary10010100100001011110100100111100100101001000011001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9442F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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