Html Css Color HEX #8F40FC Blue Violet

📋 copy color: '#8F40FC'

red 143 ◦ green 64 ◦ blue 252

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

Shades of Blue Violet #8F40FC

Tints of Blue Violet #8F40FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 31.15%
G = 13.94%
B = 54.9%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F40FC (or 0x8F40FC) is known color: Blue Violet. HEX triplet: 8F, 40 and FC. RGB value is (143,64,252). Sum of RGB (Red+Green+Blue) = 143+64+252=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F40FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F40FC is #70BF03. Grayscale: #6C6C6C. Windows color (decimal): -7388932 or 16531599. OLE color: 16531599.

HSL color Cylindrical-coordinate representation of color #8F40FC: hue angle of 265.21º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F40FC is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 64 252 -
CMYK 0.43 0.75 0 0.01
HSL 265.21º 0.97% 0.62% -
HSV(B) 265.21º 0.75% 0.99% -
XYZ 30.73 16.53 93.67 -
YUV 109.05 208.67 152.21 -
System Red Green Blue C M Y K H S L
Decimal 143 64 252 0.43 0.75 0 0.01 265.21 0.97 0.62
Hex 8F 40 FC 2B 4B 0 1 109 61 3E
Octal 217 100 374 53 113 0 1 411 141 76
Binary 10001111 1000000 11111100 101011 1001011 0 1 100001001 1100001 111110

Color Harmonies of #8F40FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F40FC

Black with #8F40FC

Text Example


Text Example

White with #8F40FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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