#8925F7

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

Shades of Blue Violet #8925F7

Tints of Blue Violet #8925F7

Color information

#8925F7 (or 0x8925F7) is unknown color: approx Blue Violet. HEX triplet: 89, 25 and F7. RGB value is (137,37,247). Sum of RGB (Red+Green+Blue) = 137+37+247=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 247 (96.88% from 255 or 58.67% from 421); Max value from RGB is 247 - color contains mainly: blue. Hex color #8925F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8925F7 is #76DA08. Grayscale: #5A5A5A. Windows color (decimal): -7789065 or 16197001. OLE color: 16197001.

HSL color Cylindrical-coordinate representation of color #8925F7: hue angle of 268.57º 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 #8925F7 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13737247-
CMYK0.450.8500.03
HSL268.57º92.92%55.69%-
HSV(B)268.57º85.02%96.86%-
XYZ27.7713.3689.11-
YUV90.84216.13160.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.54%
GREEN value IS 37 (14.84% from 255) = 8.79%
BLUE value IS 247 (96.88% from 255) = 58.67%
R=32.54%
G=8.79%
B=58.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal137372470.450.8500.03268.5792.9255.69
Hex8925F72D550310d5d38
Octal21145367551250341513570
Binary100010011001011111011110110110101010111000011011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8925F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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