#8925F4

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

Shades of Blue Violet #8925F4

Tints of Blue Violet #8925F4

Color information

#8925F4 (or 0x8925F4) is unknown color: approx Blue Violet. HEX triplet: 89, 25 and F4. RGB value is (137,37,244). Sum of RGB (Red+Green+Blue) = 137+37+244=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 244 (95.70% from 255 or 58.37% from 418); Max value from RGB is 244 - color contains mainly: blue. Hex color #8925F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8925F4 is #76DA0B. Grayscale: #595959. Windows color (decimal): -7789068 or 16000393. OLE color: 16000393.

HSL color Cylindrical-coordinate representation of color #8925F4: hue angle of 268.99º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8925F4 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13737244-
CMYK0.440.8500.04
HSL268.99º90.39%55.1%-
HSV(B)268.99º84.84%95.69%-
XYZ27.3113.1786.69-
YUV90.5214.63161.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.78%
GREEN value IS 37 (14.84% from 255) = 8.85%
BLUE value IS 244 (95.70% from 255) = 58.37%
R=32.78%
G=8.85%
B=58.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal137372440.440.8500.04268.9990.3955.1
Hex8925F42C550410d5a37
Octal21145364541250441513267
Binary1000100110010111110100101100101010101001000011011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8925F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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