Html Css Color HEX #8440F9 Blue Violet

📋 copy color: '#8440F9'

red 132 ◦ green 64 ◦ blue 249

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

Shades of Blue Violet #8440F9

Tints of Blue Violet #8440F9

RGB

 RED value IS 132 (51.95% from 255) = 29.66%

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

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

R = 29.66%
G = 14.38%
B = 55.96%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8440F9 (or 0x8440F9) is known color: Blue Violet. HEX triplet: 84, 40 and F9. RGB value is (132,64,249). Sum of RGB (Red+Green+Blue) = 132+64+249=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 249 (97.66% from 255 or 55.96% from 445); Max value from RGB is 249 - color contains mainly: blue. Hex color #8440F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8440F9 is #7BBF06. Grayscale: #686868. Windows color (decimal): -8109831 or 16334980. OLE color: 16334980.

HSL color Cylindrical-coordinate representation of color #8440F9: hue angle of 262.05º 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 #8440F9 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 64 249 -
CMYK 0.47 0.74 0 0.02
HSL 262.05º 0.94% 0.61% -
HSV(B) 262.05º 0.74% 0.98% -
XYZ 28.45 15.41 91.1 -
YUV 105.42 209.03 146.96 -
System Red Green Blue C M Y K H S L
Decimal 132 64 249 0.47 0.74 0 0.02 262.05 0.94 0.61
Hex 84 40 F9 2F 4A 0 2 106 5E 3D
Octal 204 100 371 57 112 0 2 406 136 75
Binary 10000100 1000000 11111001 101111 1001010 0 10 100000110 1011110 111101

Color Harmonies of #8440F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8440F9

Black with #8440F9

Text Example


Text Example

White with #8440F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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