Html Css Color HEX #8F41EF Blue Violet

📋 copy color: '#8F41EF'

red 143 ◦ green 65 ◦ blue 239

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

Shades of Blue Violet #8F41EF

Tints of Blue Violet #8F41EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 31.99%
G = 14.54%
B = 53.47%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8F41EF (or 0x8F41EF) is known color: Blue Violet. HEX triplet: 8F, 41 and EF. RGB value is (143,65,239). Sum of RGB (Red+Green+Blue) = 143+65+239=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F41EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F41EF is #70BE10. Grayscale: #6B6B6B. Windows color (decimal): -7388689 or 15679887. OLE color: 15679887.

HSL color Cylindrical-coordinate representation of color #8F41EF: hue angle of 266.9º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F41EF is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 65 239 -
CMYK 0.40 0.73 0 0.06
HSL 266.9º 0.84% 0.6% -
HSV(B) 266.9º 0.73% 0.94% -
XYZ 28.8 15.85 83.2 -
YUV 108.16 201.84 152.85 -
System Red Green Blue C M Y K H S L
Decimal 143 65 239 0.40 0.73 0 0.06 266.9 0.84 0.6
Hex 8F 41 EF 28 49 0 6 10B 54 3C
Octal 217 101 357 50 111 0 6 413 124 74
Binary 10001111 1000001 11101111 101000 1001001 0 110 100001011 1010100 111100

Color Harmonies of #8F41EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F41EF

Black with #8F41EF

Text Example


Text Example

White with #8F41EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,65,239); }

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

background-color css

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

 a { background-color: rgb(143,65,239); }

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

border-color css

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

 span { border-color: rgb(143,65,239); }

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