Html Css Color HEX #8042F9 Blue Violet

📋 copy color: '#8042F9'

red 128 ◦ green 66 ◦ blue 249

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

Shades of Blue Violet #8042F9

Tints of Blue Violet #8042F9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.9%

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

R = 28.89%
G = 14.9%
B = 56.21%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8042F9 (or 0x8042F9) is known color: Blue Violet. HEX triplet: 80, 42 and F9. RGB value is (128,66,249). Sum of RGB (Red+Green+Blue) = 128+66+249=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 249 (97.66% from 255 or 56.21% from 443); Max value from RGB is 249 - color contains mainly: blue. Hex color #8042F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8042F9 is #7FBD06. Grayscale: #686868. Windows color (decimal): -8371463 or 16335488. OLE color: 16335488.

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

Color convert

RGB 128 66 249 -
CMYK 0.49 0.73 0 0.02
HSL 260.33º 0.94% 0.62% -
HSV(B) 260.33º 0.73% 0.98% -
XYZ 27.95 15.33 91.11 -
YUV 105.4 209.04 144.12 -
System Red Green Blue C M Y K H S L
Decimal 128 66 249 0.49 0.73 0 0.02 260.33 0.94 0.62
Hex 80 42 F9 31 49 0 2 104 5E 3E
Octal 200 102 371 61 111 0 2 404 136 76
Binary 10000000 1000010 11111001 110001 1001001 0 10 100000100 1011110 111110

Color Harmonies of #8042F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8042F9

Black with #8042F9

Text Example


Text Example

White with #8042F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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