Html Css Color HEX #8D40F9 Blue Violet

📋 copy color: '#8D40F9'

red 141 ◦ green 64 ◦ blue 249

#8D40F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8D40F9

Tints of Blue Violet #8D40F9

RGB

 RED value IS 141 (55.47% from 255) = 31.06%

 GREEN value IS 64 (25.39% from 255) = 14.1%

 BLUE value IS 249 (97.66% from 255) = 54.85%

R = 31.06%
G = 14.1%
B = 54.85%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D40F9 (or 0x8D40F9) is known color: Blue Violet. HEX triplet: 8D, 40 and F9. RGB value is (141,64,249). Sum of RGB (Red+Green+Blue) = 141+64+249=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 249 (97.66% from 255 or 54.85% from 454); Max value from RGB is 249 - color contains mainly: blue. Hex color #8D40F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D40F9 is #72BF06. Grayscale: #6B6B6B. Windows color (decimal): -7520007 or 16334989. OLE color: 16334989.

HSL color Cylindrical-coordinate representation of color #8D40F9: hue angle of 264.97º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D40F9 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 64 249 -
CMYK 0.43 0.74 0 0.02
HSL 264.97º 0.94% 0.61% -
HSV(B) 264.97º 0.74% 0.98% -
XYZ 29.92 16.17 91.17 -
YUV 108.11 207.51 151.46 -
System Red Green Blue C M Y K H S L
Decimal 141 64 249 0.43 0.74 0 0.02 264.97 0.94 0.61
Hex 8D 40 F9 2B 4A 0 2 109 5E 3D
Octal 215 100 371 53 112 0 2 411 136 75
Binary 10001101 1000000 11111001 101011 1001010 0 10 100001001 1011110 111101

Color Harmonies of #8D40F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D40F9

Black with #8D40F9

Text Example


Text Example

White with #8D40F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,64,249); }

 H1.HeaderClassName
 {
   color: #8D40F9;
 }
 .AnyTagClassName
 {
   color: #8D40F9;
 }
</style>

background-color css

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

 a { background-color: rgb(141,64,249); }

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

border-color css

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

 span { border-color: rgb(141,64,249); }

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