#9325F7

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

Shades of Blue Violet #9325F7

Tints of Blue Violet #9325F7

Color information

#9325F7 (or 0x9325F7) is unknown color: approx Blue Violet. HEX triplet: 93, 25 and F7. RGB value is (147,37,247). Sum of RGB (Red+Green+Blue) = 147+37+247=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 247 (96.88% from 255 or 57.31% from 431); Max value from RGB is 247 - color contains mainly: blue. Hex color #9325F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9325F7 is #6CDA08. Grayscale: #5D5D5D. Windows color (decimal): -7133705 or 16197011. OLE color: 16197011.

HSL color Cylindrical-coordinate representation of color #9325F7: hue angle of 271.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9325F7 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14737247-
CMYK0.400.8500.03
HSL271.43º92.92%55.69%-
HSV(B)271.43º85.02%96.86%-
XYZ29.4814.2489.19-
YUV93.83214.44165.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 37 (14.84% from 255) = 8.58%
BLUE value IS 247 (96.88% from 255) = 57.31%
R=34.11%
G=8.58%
B=57.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal147372470.400.8500.03271.4392.9255.69
Hex9325F728550310f5d38
Octal22345367501250341713570
Binary100100111001011111011110100010101010111000011111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9325F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9325F7; }

 p { color: rgb(147,37,247); }

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

<style>
 a { background-color: #9325F7; }

 a { background-color: rgb(147,37,247); }

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

<style>
 span { border-color: #9325F7; }

 span { border-color: rgb(147,37,247); }

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