Html Css Color HEX #8041F9 Blue Violet

📋 copy color: '#8041F9'

red 128 ◦ green 65 ◦ blue 249

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

Shades of Blue Violet #8041F9

Tints of Blue Violet #8041F9

RGB

 RED value IS 128 (50.39% from 255) = 28.96%

 GREEN value IS 65 (25.78% from 255) = 14.71%

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

R = 28.96%
G = 14.71%
B = 56.33%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8041F9 (or 0x8041F9) is known color: Blue Violet. HEX triplet: 80, 41 and F9. RGB value is (128,65,249). Sum of RGB (Red+Green+Blue) = 128+65+249=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #8041F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8041F9 is #7FBE06. Grayscale: #686868. Windows color (decimal): -8371719 or 16335232. OLE color: 16335232.

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

Color convert

RGB 128 65 249 -
CMYK 0.49 0.74 0 0.02
HSL 260.54º 0.94% 0.62% -
HSV(B) 260.54º 0.74% 0.98% -
XYZ 27.89 15.21 91.09 -
YUV 104.81 209.37 144.54 -
System Red Green Blue C M Y K H S L
Decimal 128 65 249 0.49 0.74 0 0.02 260.54 0.94 0.62
Hex 80 41 F9 31 4A 0 2 105 5E 3E
Octal 200 101 371 61 112 0 2 405 136 76
Binary 10000000 1000001 11111001 110001 1001010 0 10 100000101 1011110 111110

Color Harmonies of #8041F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8041F9

Black with #8041F9

Text Example


Text Example

White with #8041F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8041F9; }

 p { color: rgb(128,65,249); }

 H1.HeaderClassName
 {
   color: #8041F9;
 }
 .AnyTagClassName
 {
   color: #8041F9;
 }
</style>

background-color css

<style>
 a { background-color: #8041F9; }

 a { background-color: rgb(128,65,249); }

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

border-color css

<style>
 span { border-color: #8041F9; }

 span { border-color: rgb(128,65,249); }

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