Html Css Color HEX #8F40F9 Blue Violet

📋 copy color: '#8F40F9'

red 143 ◦ green 64 ◦ blue 249

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

Shades of Blue Violet #8F40F9

Tints of Blue Violet #8F40F9

RGB

 RED value IS 143 (56.25% from 255) = 31.36%

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

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

R = 31.36%
G = 14.04%
B = 54.61%

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

#8F40F9 (or 0x8F40F9) is known color: Blue Violet. HEX triplet: 8F, 40 and F9. RGB value is (143,64,249). Sum of RGB (Red+Green+Blue) = 143+64+249=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #8F40F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F40F9 is #70BF06. Grayscale: #6C6C6C. Windows color (decimal): -7388935 or 16334991. OLE color: 16334991.

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

Color convert

RGB 143 64 249 -
CMYK 0.43 0.74 0 0.02
HSL 265.62º 0.94% 0.61% -
HSV(B) 265.62º 0.74% 0.98% -
XYZ 30.26 16.35 91.18 -
YUV 108.71 207.17 152.46 -
System Red Green Blue C M Y K H S L
Decimal 143 64 249 0.43 0.74 0 0.02 265.62 0.94 0.61
Hex 8F 40 F9 2B 4A 0 2 10A 5E 3D
Octal 217 100 371 53 112 0 2 412 136 75
Binary 10001111 1000000 11111001 101011 1001010 0 10 100001010 1011110 111101

Color Harmonies of #8F40F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F40F9

Black with #8F40F9

Text Example


Text Example

White with #8F40F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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