Html Css Color HEX #8F46F1 Blue Violet

📋 copy color: '#8F46F1'

red 143 ◦ green 70 ◦ blue 241

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

Shades of Blue Violet #8F46F1

Tints of Blue Violet #8F46F1

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.42%

 BLUE value IS 241 (94.53% from 255) = 53.08%

R = 31.5%
G = 15.42%
B = 53.08%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8F46F1 (or 0x8F46F1) is known color: Blue Violet. HEX triplet: 8F, 46 and F1. RGB value is (143,70,241). Sum of RGB (Red+Green+Blue) = 143+70+241=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F46F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F46F1 is #70B90E. Grayscale: #6E6E6E. Windows color (decimal): -7387407 or 15812239. OLE color: 15812239.

HSL color Cylindrical-coordinate representation of color #8F46F1: hue angle of 265.61º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F46F1 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 70 241 -
CMYK 0.41 0.71 0 0.05
HSL 265.61º 0.86% 0.61% -
HSV(B) 265.61º 0.71% 0.95% -
XYZ 29.4 16.57 84.87 -
YUV 111.32 201.18 150.6 -
System Red Green Blue C M Y K H S L
Decimal 143 70 241 0.41 0.71 0 0.05 265.61 0.86 0.61
Hex 8F 46 F1 29 47 0 5 10A 56 3D
Octal 217 106 361 51 107 0 5 412 126 75
Binary 10001111 1000110 11110001 101001 1000111 0 101 100001010 1010110 111101

Color Harmonies of #8F46F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F46F1

Black with #8F46F1

Text Example


Text Example

White with #8F46F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,70,241); }

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

background-color css

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

 a { background-color: rgb(143,70,241); }

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

border-color css

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

 span { border-color: rgb(143,70,241); }

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