#8B24F9

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

Shades of Blue Violet #8B24F9

Tints of Blue Violet #8B24F9

Color information

#8B24F9 (or 0x8B24F9) is unknown color: approx Blue Violet. HEX triplet: 8B, 24 and F9. RGB value is (139,36,249). Sum of RGB (Red+Green+Blue) = 139+36+249=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 249 (97.66% from 255 or 58.73% from 424); Max value from RGB is 249 - color contains mainly: blue. Hex color #8B24F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B24F9 is #74DB06. Grayscale: #5A5A5A. Windows color (decimal): -7658247 or 16327819. OLE color: 16327819.

HSL color Cylindrical-coordinate representation of color #8B24F9: hue angle of 269.01º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B24F9 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13936249-
CMYK0.440.8600.02
HSL269.01º94.67%55.88%-
HSV(B)269.01º85.54%97.65%-
XYZ28.3813.5990.75-
YUV91.08217.12162.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.78%
GREEN value IS 36 (14.45% from 255) = 8.49%
BLUE value IS 249 (97.66% from 255) = 58.73%
R=32.78%
G=8.49%
B=58.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal139362490.440.8600.02269.0194.6755.88
Hex8B24F92C560210d5f38
Octal21344371541260241513770
Binary100010111001001111100110110010101100101000011011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B24F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B24F9; }

 p { color: rgb(139,36,249); }

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

<style>
 a { background-color: #8B24F9; }

 a { background-color: rgb(139,36,249); }

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

<style>
 span { border-color: #8B24F9; }

 span { border-color: rgb(139,36,249); }

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