#9434F9

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

Shades of Blue Violet #9434F9

Tints of Blue Violet #9434F9

Color information

#9434F9 (or 0x9434F9) is unknown color: approx Blue Violet. HEX triplet: 94, 34 and F9. RGB value is (148,52,249). Sum of RGB (Red+Green+Blue) = 148+52+249=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 249 (97.66% from 255 or 55.46% from 449); Max value from RGB is 249 - color contains mainly: blue. Hex color #9434F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9434F9 is #6BCB06. Grayscale: #666666. Windows color (decimal): -7064327 or 16331924. OLE color: 16331924.

HSL color Cylindrical-coordinate representation of color #9434F9: hue angle of 269.24º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9434F9 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14852249-
CMYK0.410.7900.02
HSL269.24º94.26%59.02%-
HSV(B)269.24º79.12%97.65%-
XYZ30.5415.5991.02-
YUV103.16210.3159.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.96%
GREEN value IS 52 (20.70% from 255) = 11.58%
BLUE value IS 249 (97.66% from 255) = 55.46%
R=32.96%
G=11.58%
B=55.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal148522490.410.7900.02269.2494.2659.02
Hex9434F9294F0210d5e3b
Octal22464371511170241513673
Binary100101001101001111100110100110011110101000011011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9434F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9434F9; }

 p { color: rgb(148,52,249); }

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

<style>
 a { background-color: #9434F9; }

 a { background-color: rgb(148,52,249); }

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

<style>
 span { border-color: #9434F9; }

 span { border-color: rgb(148,52,249); }

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